Class: AdWords::V200909::BulkMutateJobService::Money
- Inherits:
-
ComparableValue
- Object
- ComparableValue
- AdWords::V200909::BulkMutateJobService::Money
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.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.
2105 2106 2107 2108 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2105 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.
2102 2103 2104 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2102 def comparableValue_Type @comparableValue_Type end |
#microAmount ⇒ Object
Returns the value of attribute microAmount.
2103 2104 2105 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2103 def microAmount @microAmount end |