Class: AdWords::V201008::CampaignAdExtensionService::Money

Inherits:
ComparableValue
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignAdExtensionService.rb

Overview

Money

  • comparableValue_Type - SOAP::SOAPString

  • microAmount - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comparableValue_Type = nil, microAmount = nil) ⇒ Money

Returns a new instance of Money.



187
188
189
190
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 187

def initialize(comparableValue_Type = nil, microAmount = nil)
  @comparableValue_Type = comparableValue_Type
  @microAmount = microAmount
end

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



184
185
186
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 184

def comparableValue_Type
  @comparableValue_Type
end

#microAmountObject

Returns the value of attribute microAmount.



185
186
187
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 185

def microAmount
  @microAmount
end