Class: AdWords::V200909::AdGroupAdService::Money

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



268
269
270
271
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 268

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.



265
266
267
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 265

def comparableValue_Type
  @comparableValue_Type
end

#microAmountObject

Returns the value of attribute microAmount.



266
267
268
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 266

def microAmount
  @microAmount
end