Class: AdWords::V200909::TargetingIdeaService::C_Range
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::C_Range
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
Range
-
min - AdWords::V200909::TargetingIdeaService::ComparableValue
-
max - AdWords::V200909::TargetingIdeaService::ComparableValue
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Method Summary collapse
-
#initialize(min = nil, max = nil) ⇒ C_Range
constructor
A new instance of C_Range.
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
#max ⇒ Object
Returns the value of attribute max.
1241 1242 1243 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1241 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
1240 1241 1242 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1240 def min @min end |