Class: AdWords::V201008::BulkMutateJobService::Dimensions

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.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.



3046
3047
3048
3049
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3046

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

Instance Attribute Details

#heightObject

Returns the value of attribute height.



3044
3045
3046
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3044

def height
  @height
end

#widthObject

Returns the value of attribute width.



3043
3044
3045
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3043

def width
  @width
end