Module: HawkEye::Graph::DateBinHelpers

Extended by:
ActiveSupport::Concern
Included in:
DateBinVariable
Defined in:
app/services/hawk_eye/graph/date_bin_helpers.rb

Instance Method Summary collapse

Instance Method Details

#bin_typeObject



4
5
6
# File 'app/services/hawk_eye/graph/date_bin_helpers.rb', line 4

def bin_type
  options[:bin_type] || 'month'
end