Exception: RightScale::Platform::CommandError

Inherits:
Exceptions::PlatformError show all
Defined in:
lib/right_agent/platform.rb

Overview

exceptions

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



57
58
59
# File 'lib/right_agent/platform.rb', line 57

def command
  @command
end

#output_textObject

Returns the value of attribute output_text.



59
60
61
# File 'lib/right_agent/platform.rb', line 59

def output_text
  @output_text
end

#statusObject

Returns the value of attribute status.



58
59
60
# File 'lib/right_agent/platform.rb', line 58

def status
  @status
end