Method: Smartsheet::Rows#initialize

Defined in:
lib/smartsheet/endpoints/sheets/rows.rb

#initialize(client) ⇒ Rows

Returns a new instance of Rows.



13
14
15
16
17
# File 'lib/smartsheet/endpoints/sheets/rows.rb', line 13

def initialize(client)
  @client = client

  @attachments = RowsAttachments.new(client)
end