Class: AdWords::V201008::CampaignService::ComparableValue
- Inherits:
-
Object
- Object
- AdWords::V201008::CampaignService::ComparableValue
- Defined in:
- lib/adwords4r/v201008/CampaignService.rb
Overview
ComparableValue abstract
-
comparableValue_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
Instance Method Summary collapse
-
#initialize(comparableValue_Type = nil) ⇒ ComparableValue
constructor
A new instance of ComparableValue.
Constructor Details
#initialize(comparableValue_Type = nil) ⇒ ComparableValue
Returns a new instance of ComparableValue.
127 128 129 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 127 def initialize(comparableValue_Type = nil) @comparableValue_Type = comparableValue_Type end |
Instance Attribute Details
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
125 126 127 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 125 def comparableValue_Type @comparableValue_Type end |