Class: AdWords::V201008::MediaService::Dimensions
- Inherits:
-
Object
- Object
- AdWords::V201008::MediaService::Dimensions
- Defined in:
- lib/adwords4r/v201008/MediaService.rb
Overview
Dimensions
-
width - SOAP::SOAPInt
-
height - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize(width = nil, height = nil) ⇒ Dimensions
constructor
A new instance of Dimensions.
Constructor Details
#initialize(width = nil, height = nil) ⇒ Dimensions
Returns a new instance of Dimensions.
13 14 15 16 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 13 def initialize(width = nil, height = nil) @width = width @height = height end |
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
11 12 13 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 11 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
10 11 12 |
# File 'lib/adwords4r/v201008/MediaService.rb', line 10 def width @width end |