Class: Wee::Session::Page
Instance Attribute Summary collapse
-
#callbacks ⇒ Object
Returns the value of attribute callbacks.
-
#id ⇒ Object
Returns the value of attribute id.
-
#state ⇒ Object
Returns the value of attribute state.
Method Summary
Methods included from Wee::StructSnapshotMixin
#restore_snapshot, #take_snapshot
Instance Attribute Details
#callbacks ⇒ Object
Returns the value of attribute callbacks
48 49 50 |
# File 'lib/wee/session.rb', line 48 def callbacks @callbacks end |
#id ⇒ Object
Returns the value of attribute id
48 49 50 |
# File 'lib/wee/session.rb', line 48 def id @id end |
#state ⇒ Object
Returns the value of attribute state
48 49 50 |
# File 'lib/wee/session.rb', line 48 def state @state end |