Class: AdwordsApi::V201101::TargetingIdeaService::Money

Inherits:
ComparableValue show all
Defined in:
lib/adwords_api/v201101/TargetingIdeaService.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.



903
904
905
906
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 903

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.



900
901
902
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 900

def comparableValue_Type
  @comparableValue_Type
end

#microAmountObject

Returns the value of attribute microAmount.



901
902
903
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 901

def microAmount
  @microAmount
end