Class: AdWords::V200909::AdGroupCriterionService::NumberValue
- Inherits:
-
ComparableValue
- Object
- ComparableValue
- AdWords::V200909::AdGroupCriterionService::NumberValue
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.rb
Overview
NumberValue 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) ⇒ NumberValue
constructor
A new instance of NumberValue.
Constructor Details
#initialize(comparableValue_Type = nil) ⇒ NumberValue
Returns a new instance of NumberValue.
183 184 185 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 183 def initialize(comparableValue_Type = nil) @comparableValue_Type = comparableValue_Type end |
Instance Attribute Details
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
181 182 183 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 181 def comparableValue_Type @comparableValue_Type end |