Class: AdwordsApi::V201008::AdGroupAdService::DoubleValue

Inherits:
NumberValue show all
Defined in:
lib/adwords_api/v201008/AdGroupAdService.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.



279
280
281
282
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 279

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.



276
277
278
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 276

def comparableValue_Type
  @comparableValue_Type
end

#numberObject

Returns the value of attribute number.



277
278
279
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 277

def number
  @number
end