Class: AdWords::V201003::AdGroupService::NumberValue
- Inherits:
-
ComparableValue
- Object
- ComparableValue
- AdWords::V201003::AdGroupService::NumberValue
- Defined in:
- lib/adwords4r/v201003/AdGroupService.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.
119 120 121 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 119 def initialize(comparableValue_Type = nil) @comparableValue_Type = comparableValue_Type end |
Instance Attribute Details
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
117 118 119 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 117 def comparableValue_Type @comparableValue_Type end |