Class: AdWords::V200909::AdGroupService::Money

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



110
111
112
113
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 110

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.



107
108
109
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 107

def comparableValue_Type
  @comparableValue_Type
end

#microAmountObject

Returns the value of attribute microAmount.



108
109
110
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 108

def microAmount
  @microAmount
end