Class: Crimson::SessionMeta
- Inherits:
-
Struct
- Object
- Struct
- Crimson::SessionMeta
- Defined in:
- lib/crimson/session_manager.rb
Overview
Metadata for a session listing.
Instance Attribute Summary collapse
-
#entry_count ⇒ Object
Returns the value of attribute entry_count.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_timestamp ⇒ Object
Returns the value of attribute last_timestamp.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#preview ⇒ Object
Returns the value of attribute preview.
Instance Attribute Details
#entry_count ⇒ Object
Returns the value of attribute entry_count
10 11 12 |
# File 'lib/crimson/session_manager.rb', line 10 def entry_count @entry_count end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/crimson/session_manager.rb', line 10 def id @id end |
#last_timestamp ⇒ Object
Returns the value of attribute last_timestamp
10 11 12 |
# File 'lib/crimson/session_manager.rb', line 10 def @last_timestamp end |
#mtime ⇒ Object
Returns the value of attribute mtime
10 11 12 |
# File 'lib/crimson/session_manager.rb', line 10 def mtime @mtime end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/crimson/session_manager.rb', line 10 def name @name end |
#preview ⇒ Object
Returns the value of attribute preview
10 11 12 |
# File 'lib/crimson/session_manager.rb', line 10 def preview @preview end |