Class: AdWords::V201003::AdGroupService::Money
- Inherits:
-
ComparableValue
- Object
- ComparableValue
- AdWords::V201003::AdGroupService::Money
- Defined in:
- lib/adwords4r/v201003/AdGroupService.rb
Overview
Money
-
comparableValue_Type - SOAP::SOAPString
-
microAmount - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
-
#microAmount ⇒ Object
Returns the value of attribute microAmount.
Instance Method Summary collapse
-
#initialize(comparableValue_Type = nil, microAmount = nil) ⇒ Money
constructor
A new instance of Money.
Constructor Details
#initialize(comparableValue_Type = nil, microAmount = nil) ⇒ Money
Returns a new instance of Money.
107 108 109 110 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 107 def initialize(comparableValue_Type = nil, microAmount = nil) @comparableValue_Type = comparableValue_Type @microAmount = microAmount end |
Instance Attribute Details
#comparableValue_Type ⇒ Object
Returns the value of attribute comparableValue_Type.
104 105 106 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 104 def comparableValue_Type @comparableValue_Type end |
#microAmount ⇒ Object
Returns the value of attribute microAmount.
105 106 107 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 105 def microAmount @microAmount end |