Class: Squared::Workspace::Support::SessionData

Inherits:
Struct
  • Object
show all
Defined in:
lib/squared/workspace/support/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSessionData

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

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



13
14
15
# File 'lib/squared/workspace/support/base.rb', line 13

def group
  @group
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



13
14
15
# File 'lib/squared/workspace/support/base.rb', line 13

def items
  @items
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



13
14
15
# File 'lib/squared/workspace/support/base.rb', line 13

def ref
  @ref
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



13
14
15
# File 'lib/squared/workspace/support/base.rb', line 13

def store
  @store
end