Class: Rubino::CLI::Chat::BangShell::Result
- Inherits:
-
Struct
- Object
- Struct
- Rubino::CLI::Chat::BangShell::Result
- Defined in:
- lib/rubino/cli/chat/bang_shell.rb
Instance Attribute Summary collapse
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#interrupted ⇒ Object
Returns the value of attribute interrupted.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
46 47 48 |
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46 def duration_ms @duration_ms end |
#exit_code ⇒ Object
Returns the value of attribute exit_code
46 47 48 |
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46 def exit_code @exit_code end |
#interrupted ⇒ Object
Returns the value of attribute interrupted
46 47 48 |
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46 def interrupted @interrupted end |
#stderr ⇒ Object
Returns the value of attribute stderr
46 47 48 |
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
46 47 48 |
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46 def stdout @stdout end |