Funicular::Component::StateAccessor class of PicoRuby

Singleton methods

new

Funicular::Component::StateAccessor.new(Hash[Symbol, untyped] state_hash) -> void

Instance methods

[]

instance.[](Symbol key) -> untyped

fetch

instance.fetch(Symbol key, ?untyped default) -> untyped

key?

instance.key?(Symbol key) -> bool

to_h

instance.to_h() -> Hash[Symbol, untyped]
Tags: class