Class: RASEL::ResultStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/rasel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exitcodeObject

Returns the value of attribute exitcode

Returns:

  • (Object)

    the current value of exitcode



4
5
6
# File 'lib/rasel.rb', line 4

def exitcode
  @exitcode
end

#stackObject

Returns the value of attribute stack

Returns:

  • (Object)

    the current value of stack



4
5
6
# File 'lib/rasel.rb', line 4

def stack
  @stack
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



4
5
6
# File 'lib/rasel.rb', line 4

def stdout
  @stdout
end