Class: AdwordsApi::V201101::AdGroupService::DoubleValue

Inherits:
NumberValue show all
Defined in:
lib/adwords_api/v201101/AdGroupService.rb

Overview

DoubleValue

  • comparableValue_Type - SOAP::SOAPString

  • number - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comparableValue_Type = nil, number = nil) ⇒ DoubleValue

Returns a new instance of DoubleValue.



150
151
152
153
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 150

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

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



147
148
149
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 147

def comparableValue_Type
  @comparableValue_Type
end

#numberObject

Returns the value of attribute number.



148
149
150
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 148

def number
  @number
end