Class: AggtiveRecord::Egg
- Inherits:
-
Object
- Object
- AggtiveRecord::Egg
- Defined in:
- lib/aggtive_record/memo.rb
Instance Attribute Summary collapse
-
#collation ⇒ Object
readonly
Returns the value of attribute collation.
-
#collective_method ⇒ Object
readonly
Returns the value of attribute collective_method.
-
#time_bucket ⇒ Object
readonly
Returns the value of attribute time_bucket.
-
#time_span ⇒ Object
readonly
Returns the value of attribute time_span.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Class Method Summary collapse
Instance Attribute Details
#collation ⇒ Object (readonly)
Returns the value of attribute collation.
4 5 6 |
# File 'lib/aggtive_record/memo.rb', line 4 def collation @collation end |
#collective_method ⇒ Object (readonly)
Returns the value of attribute collective_method.
4 5 6 |
# File 'lib/aggtive_record/memo.rb', line 4 def collective_method @collective_method end |
#time_bucket ⇒ Object (readonly)
Returns the value of attribute time_bucket.
4 5 6 |
# File 'lib/aggtive_record/memo.rb', line 4 def time_bucket @time_bucket end |
#time_span ⇒ Object (readonly)
Returns the value of attribute time_span.
4 5 6 |
# File 'lib/aggtive_record/memo.rb', line 4 def time_span @time_span end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone.
4 5 6 |
# File 'lib/aggtive_record/memo.rb', line 4 def timezone @timezone end |
Class Method Details
.parse(str) ⇒ Object
10 11 12 |
# File 'lib/aggtive_record/memo.rb', line 10 def self.parse(str) end |
.valid_format? ⇒ Boolean
6 7 8 |
# File 'lib/aggtive_record/memo.rb', line 6 def self.valid_format? end |