Method: Cassandra::Aggregate#initial_state
- Defined in:
- lib/cassandra/aggregate.rb
#initial_state ⇒ Object? (readonly)
Returns the initial value of the aggregate state or nil.
36 37 38 |
# File 'lib/cassandra/aggregate.rb', line 36 def initial_state @initial_state end |