Class: OmaGem::Client::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#status ⇒ Object

Returns the value of attribute status

Returns:

  • (Object) —

    the current value of status



13
14
15
# File 'lib/omagem/client.rb', line 13

def status
  @status
end

#stderr ⇒ Object

Returns the value of attribute stderr

Returns:

  • (Object) —

    the current value of stderr



13
14
15
# File 'lib/omagem/client.rb', line 13

def stderr
  @stderr
end

#stdout ⇒ Object

Returns the value of attribute stdout

Returns:

  • (Object) —

    the current value of stdout



13
14
15
# File 'lib/omagem/client.rb', line 13

def stdout
  @stdout
end

#success ⇒ Object

Returns the value of attribute success

Returns:

  • (Object) —

    the current value of success



13
14
15
# File 'lib/omagem/client.rb', line 13

def success
  @success
end

Instance Method Details

#output ⇒ Object



18
19
20
# File 'lib/omagem/client.rb', line 18

def output
  stdout
end

#success? ⇒ Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/omagem/client.rb', line 14

def success?
  success
end