Class: AdwordsApi::V201003::CampaignService::ComparableValue

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



111
112
113
# File 'lib/adwords_api/v201003/CampaignService.rb', line 111

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

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



109
110
111
# File 'lib/adwords_api/v201003/CampaignService.rb', line 109

def comparableValue_Type
  @comparableValue_Type
end