Class: Legion::CLI::Chat::Checkpoint::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/legion/cli/chat/checkpoint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



11
12
13
# File 'lib/legion/cli/chat/checkpoint.rb', line 11

def content
  @content
end

#existedObject

Returns the value of attribute existed

Returns:

  • (Object)

    the current value of existed



11
12
13
# File 'lib/legion/cli/chat/checkpoint.rb', line 11

def existed
  @existed
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/legion/cli/chat/checkpoint.rb', line 11

def path
  @path
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



11
12
13
# File 'lib/legion/cli/chat/checkpoint.rb', line 11

def timestamp
  @timestamp
end