Class: Squared::Workspace::Support::SessionData
- Inherits:
-
Struct
- Object
- Struct
- Squared::Workspace::Support::SessionData
- Defined in:
- lib/squared/workspace/support/base.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#items ⇒ Object
Returns the value of attribute items.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Method Summary collapse
-
#initialize ⇒ SessionData
constructor
A new instance of SessionData.
Constructor Details
#initialize ⇒ SessionData
Returns a new instance of SessionData.
14 15 16 |
# File 'lib/squared/workspace/support/base.rb', line 14 def initialize super(Support.hashobj, Support.hashobj, {}, []) end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
13 14 15 |
# File 'lib/squared/workspace/support/base.rb', line 13 def group @group end |
#items ⇒ Object
Returns the value of attribute items
13 14 15 |
# File 'lib/squared/workspace/support/base.rb', line 13 def items @items end |
#ref ⇒ Object
Returns the value of attribute ref
13 14 15 |
# File 'lib/squared/workspace/support/base.rb', line 13 def ref @ref end |
#store ⇒ Object
Returns the value of attribute store
13 14 15 |
# File 'lib/squared/workspace/support/base.rb', line 13 def store @store end |