Class: BigRecord::BrReflection::BrAggregateReflection

Inherits:
MacroReflectionAbstract show all
Defined in:
lib/big_record/br_reflection.rb

Overview

Holds all the meta-data about an aggregation as it was specified in the Big Record class.

Instance Method Summary

Instance Method Details

- (Object) klass



37
38
39
# File 'lib/big_record/br_reflection.rb', line 37

def klass
  @klass ||= Object.const_get(options[:class_name] || class_name)
end