Class: AggtiveRecord::Egg

Inherits:
Object
  • Object
show all
Defined in:
lib/aggtive_record/memo.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#collationObject (readonly)

Returns the value of attribute collation.



4
5
6
# File 'lib/aggtive_record/memo.rb', line 4

def collation
  @collation
end

#collective_methodObject (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_bucketObject (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_spanObject (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

#timezoneObject (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

Returns:

  • (Boolean)


6
7
8
# File 'lib/aggtive_record/memo.rb', line 6

def self.valid_format?

end