Class: AdWords::V200909::BulkMutateJobService::Dimensions

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



2219
2220
2221
2222
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2219

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

Instance Attribute Details

#heightObject

Returns the value of attribute height.



2217
2218
2219
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2217

def height
  @height
end

#widthObject

Returns the value of attribute width.



2216
2217
2218
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2216

def width
  @width
end