Class: Terret::Sessions::Session
- Inherits:
-
Struct
- Object
- Struct
- Terret::Sessions::Session
- Defined in:
- lib/terret/sessions.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#id ⇒ Object
Returns the value of attribute id.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
19 20 21 |
# File 'lib/terret/sessions.rb', line 19 def events @events end |
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/terret/sessions.rb', line 19 def id @id end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
19 20 21 |
# File 'lib/terret/sessions.rb', line 19 def parent_id @parent_id end |