class Druid::PostAggregationHistogramBuckets
Attributes
bucketSize[RW]
offset[RW]
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
# File lib/druid/post_aggregation.rb, line 227 def initialize(attributes = {}) super @type = "buckets" end