Class: AdWords::V200909::AdGroupAdService::Dimensions

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

Dimensions

  • width - SOAP::SOAPInt

  • height - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(width = nil, height = nil) ⇒ Dimensions

Returns a new instance of Dimensions.



54
55
56
57
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 54

def initialize(width = nil, height = nil)
  @width = width
  @height = height
end

Instance Attribute Details

#heightObject

Returns the value of attribute height.



52
53
54
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 52

def height
  @height
end

#widthObject

Returns the value of attribute width.



51
52
53
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 51

def width
  @width
end