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

- old
+ new

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