Class: Buildbox::Command::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



5
6
7
# File 'lib/buildbox/command.rb', line 5

def exit_status
  @exit_status
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



5
6
7
# File 'lib/buildbox/command.rb', line 5

def output
  @output
end