Class: AdWords::V201008::CampaignAdExtensionService::LongValue

Inherits:
NumberValue show all
Defined in:
lib/adwords4r/v201008/CampaignAdExtensionService.rb

Overview

LongValue

  • comparableValue_Type - SOAP::SOAPString

  • number - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LongValue.



224
225
226
227
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 224

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.



221
222
223
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 221

def comparableValue_Type
  @comparableValue_Type
end

#numberObject

Returns the value of attribute number.



222
223
224
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 222

def number
  @number
end