Class: AdWords::V200909::TargetingIdeaService::C_Range

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

Range

  • min - AdWords::V200909::TargetingIdeaService::ComparableValue

  • max - AdWords::V200909::TargetingIdeaService::ComparableValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(min = nil, max = nil) ⇒ C_Range

Returns a new instance of C_Range.



1243
1244
1245
1246
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1243

def initialize(min = nil, max = nil)
  @min = min
  @max = max
end

Instance Attribute Details

#maxObject

Returns the value of attribute max.



1241
1242
1243
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1241

def max
  @max
end

#minObject

Returns the value of attribute min.



1240
1241
1242
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1240

def min
  @min
end