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

- old
+ new

@@ -1,7 +1,12 @@ require 'smartsheet/endpoints/sheets/rows_attachments' module Smartsheet + # Rows Endpoints + # @see https://smartsheet-platform.github.io/api-docs/?ruby#rows API Rows Docs + # + # @!attribute [r] attachments + # @return [RowsAttachments] class Rows attr_reader :client, :attachments private :client def initialize(client) \ No newline at end of file