Class: AdWords::V201003::BulkMutateJobService::Dimensions

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



2648
2649
2650
2651
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2648

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

Instance Attribute Details

#heightObject

Returns the value of attribute height.



2646
2647
2648
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2646

def height
  @height
end

#widthObject

Returns the value of attribute width.



2645
2646
2647
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2645

def width
  @width
end