Class: Crimson::SessionMeta

Inherits:
Struct
  • Object
show all
Defined in:
lib/crimson/session_manager.rb

Overview

Metadata for a session listing.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_countObject

Returns the value of attribute entry_count

Returns:

  • (Object)

    the current value of entry_count



10
11
12
# File 'lib/crimson/session_manager.rb', line 10

def entry_count
  @entry_count
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/crimson/session_manager.rb', line 10

def id
  @id
end

#last_timestampObject

Returns the value of attribute last_timestamp

Returns:

  • (Object)

    the current value of last_timestamp



10
11
12
# File 'lib/crimson/session_manager.rb', line 10

def last_timestamp
  @last_timestamp
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



10
11
12
# File 'lib/crimson/session_manager.rb', line 10

def mtime
  @mtime
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/crimson/session_manager.rb', line 10

def name
  @name
end

#previewObject

Returns the value of attribute preview

Returns:

  • (Object)

    the current value of preview



10
11
12
# File 'lib/crimson/session_manager.rb', line 10

def preview
  @preview
end