Class: AdwordsApi::V201003::BidLandscapeService::LongValue

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



148
149
150
151
# File 'lib/adwords_api/v201003/BidLandscapeService.rb', line 148

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.



145
146
147
# File 'lib/adwords_api/v201003/BidLandscapeService.rb', line 145

def comparableValue_Type
  @comparableValue_Type
end

#numberObject

Returns the value of attribute number.



146
147
148
# File 'lib/adwords_api/v201003/BidLandscapeService.rb', line 146

def number
  @number
end