Class: AdWords::V201008::AdGroupService::DoubleValue

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



134
135
136
137
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 134

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.



131
132
133
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 131

def comparableValue_Type
  @comparableValue_Type
end

#numberObject

Returns the value of attribute number.



132
133
134
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 132

def number
  @number
end