Class: RASEL::ResultStruct
- Inherits:
-
Struct
- Object
- Struct
- RASEL::ResultStruct
- Defined in:
- lib/rasel.rb
Instance Attribute Summary collapse
-
#exitcode ⇒ Object
Returns the value of attribute exitcode.
-
#stack ⇒ Object
Returns the value of attribute stack.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#exitcode ⇒ Object
Returns the value of attribute exitcode
4 5 6 |
# File 'lib/rasel.rb', line 4 def exitcode @exitcode end |
#stack ⇒ Object
Returns the value of attribute stack
4 5 6 |
# File 'lib/rasel.rb', line 4 def stack @stack end |
#stdout ⇒ Object
Returns the value of attribute stdout
4 5 6 |
# File 'lib/rasel.rb', line 4 def stdout @stdout end |