DoubleValue

Methods
N
Attributes
[RW] comparableValue_Type
[RW] number
Class Public methods
new(comparableValue_Type = nil, number = nil)
# File lib/adwords4r/v200909/CampaignService.rb, line 150
  def initialize(comparableValue_Type = nil, number = nil)
    @comparableValue_Type = comparableValue_Type
    @number = number
  end