Class: AdWords::V200909::AdGroupAdService::ComparableValue

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

Overview

ComparableValue abstract

  • comparableValue_Type - SOAP::SOAPString

Direct Known Subclasses

Money, NumberValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comparableValue_Type = nil) ⇒ ComparableValue

Returns a new instance of ComparableValue.



256
257
258
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 256

def initialize(comparableValue_Type = nil)
  @comparableValue_Type = comparableValue_Type
end

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



254
255
256
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 254

def comparableValue_Type
  @comparableValue_Type
end