Class: AdwordsApi::V201101::AdGroupAdService::NumberValue

Inherits:
ComparableValue
  • Object
show all
Defined in:
lib/adwords_api/v201101/AdGroupAdService.rb

Overview

NumberValue abstract

  • comparableValue_Type - SOAP::SOAPString

Direct Known Subclasses

DoubleValue, LongValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comparableValue_Type = nil) ⇒ NumberValue

Returns a new instance of NumberValue.



245
246
247
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 245

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

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



243
244
245
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 243

def comparableValue_Type
  @comparableValue_Type
end