Class: Wee::Session::Page

Inherits:
Struct show all
Defined in:
lib/wee/session.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Wee::StructSnapshotMixin

#restore_snapshot, #take_snapshot

Instance Attribute Details

#callbacksObject

Returns the value of attribute callbacks

Returns:

  • (Object)

    the current value of callbacks



48
49
50
# File 'lib/wee/session.rb', line 48

def callbacks
  @callbacks
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



48
49
50
# File 'lib/wee/session.rb', line 48

def id
  @id
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



48
49
50
# File 'lib/wee/session.rb', line 48

def state
  @state
end