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.



1139
1140
1141
# File 'lib/google/apis/adsense_v2/classes.rb', line 1139

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:



1137
1138
1139
# File 'lib/google/apis/adsense_v2/classes.rb', line 1137

def cells
  @cells
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1144
1145
1146
# File 'lib/google/apis/adsense_v2/classes.rb', line 1144

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