Class: AdWords::V201008::BidLandscapeService::Money

Inherits:
ComparableValue show all
Defined in:
lib/adwords4r/v201008/BidLandscapeService.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.



127
128
129
130
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 127

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.



124
125
126
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 124

def comparableValue_Type
  @comparableValue_Type
end

#microAmountObject

Returns the value of attribute microAmount.



125
126
127
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 125

def microAmount
  @microAmount
end