lib/smartsheet/endpoints/sheets/rows_attachments.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/sheets/rows_attachments.rb in smartsheet-1.0.0

- old
+ new

@@ -1,7 +1,9 @@ require 'smartsheet/api/file_spec' module Smartsheet + # Rows Attachments Endpoints + # @see https://smartsheet-platform.github.io/api-docs/?ruby#attachments API Attachments Docs class RowsAttachments attr_reader :client private :client def initialize(client) \ No newline at end of file