Class: AdWords::V200909::AdGroupAdService::NumberValue
- Inherits:
-
ComparableValue
- Object
- ComparableValue
- AdWords::V200909::AdGroupAdService::NumberValue
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.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.
280 281 282 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 280 def initialize(comparableValue_Type = nil) @comparableValue_Type = comparableValue_Type end |
Instance Attribute Details
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
278 279 280 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 278 def comparableValue_Type @comparableValue_Type end |