Method: Cassandra::Aggregate#initial_state

Defined in:
lib/cassandra/aggregate.rb

#initial_stateObject? (readonly)

Returns the initial value of the aggregate state or nil.

Returns:

  • (Object, nil)

    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