Class: Kward::PromptHistory::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kward::PromptHistory::Entry
- Defined in:
- lib/kward/prompt_history.rb
Instance Attribute Summary collapse
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#timestamp ⇒ Object
Returns the value of attribute timestamp
12 13 14 |
# File 'lib/kward/prompt_history.rb', line 12 def @timestamp end |
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/kward/prompt_history.rb', line 12 def value @value end |