Class: GSheets::V4::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/g_sheets/v4/row.rb

Instance Method Summary collapse

Constructor Details

#initialize(row_as_hash) ⇒ Row

Returns a new instance of Row.



4
5
6
# File 'lib/g_sheets/v4/row.rb', line 4

def initialize(row_as_hash)
  @data = row_as_hash
end