Class: AdWords::V201003::AdGroupService::NumberValue

Inherits:
ComparableValue show all
Defined in:
lib/adwords4r/v201003/AdGroupService.rb

Overview

NumberValue abstract

  • comparableValue_Type - SOAP::SOAPString

Direct Known Subclasses

DoubleValue, LongValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comparableValue_Type = nil) ⇒ NumberValue

Returns a new instance of NumberValue.



119
120
121
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 119

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

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



117
118
119
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 117

def comparableValue_Type
  @comparableValue_Type
end