Class: Excom::Plugins::Executable::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/excom/plugins/executable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



8
9
10
# File 'lib/excom/plugins/executable.rb', line 8

def result
  @result
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/excom/plugins/executable.rb', line 8

def status
  @status
end