Class: YSM::KeywordResearchService::BucketType

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bucketID = nil, max = nil, min = nil) ⇒ BucketType

Returns a new instance of BucketType.



187
188
189
190
191
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 187

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

Instance Attribute Details

#bucketIDObject

Returns the value of attribute bucketID.



183
184
185
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 183

def bucketID
  @bucketID
end

#maxObject

Returns the value of attribute max.



184
185
186
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 184

def max
  @max
end

#minObject

Returns the value of attribute min.



185
186
187
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 185

def min
  @min
end