Class: Google::Apis::AdsenseV2::Row

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/adsense_v2/classes.rb,
lib/google/apis/adsense_v2/representations.rb,
lib/google/apis/adsense_v2/representations.rb

Overview

Row representation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Row

Returns a new instance of Row.



877
878
879
# File 'lib/google/apis/adsense_v2/classes.rb', line 877

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cellsArray<Google::Apis::AdsenseV2::Cell>

Cells in the row. Corresponds to the JSON property cells

Returns:



875
876
877
# File 'lib/google/apis/adsense_v2/classes.rb', line 875

def cells
  @cells
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



882
883
884
# File 'lib/google/apis/adsense_v2/classes.rb', line 882

def update!(**args)
  @cells = args[:cells] if args.key?(:cells)
end