Class: Opencode::Prompts::Entry
- Inherits:
-
Struct
- Object
- Struct
- Opencode::Prompts::Entry
- Defined in:
- lib/opencode/prompts.rb
Instance Attribute Summary collapse
-
#asked_at ⇒ Object
Returns the value of attribute asked_at.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Attribute Details
#asked_at ⇒ Object
Returns the value of attribute asked_at
19 20 21 |
# File 'lib/opencode/prompts.rb', line 19 def asked_at @asked_at end |
#kind ⇒ Object
Returns the value of attribute kind
19 20 21 |
# File 'lib/opencode/prompts.rb', line 19 def kind @kind end |
#request ⇒ Object
Returns the value of attribute request
19 20 21 |
# File 'lib/opencode/prompts.rb', line 19 def request @request end |