Class: Legion::CLI::Chat::Checkpoint::Entry
- Inherits:
-
Struct
- Object
- Struct
- Legion::CLI::Chat::Checkpoint::Entry
- Defined in:
- lib/legion/cli/chat/checkpoint.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#existed ⇒ Object
Returns the value of attribute existed.
-
#path ⇒ Object
Returns the value of attribute path.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
11 12 13 |
# File 'lib/legion/cli/chat/checkpoint.rb', line 11 def content @content end |
#existed ⇒ Object
Returns the value of attribute existed
11 12 13 |
# File 'lib/legion/cli/chat/checkpoint.rb', line 11 def existed @existed end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/legion/cli/chat/checkpoint.rb', line 11 def path @path end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
11 12 13 |
# File 'lib/legion/cli/chat/checkpoint.rb', line 11 def @timestamp end |