Class: Octoryn::ObjectResult

Inherits:
Data
  • Object
show all
Defined in:
lib/octoryn/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject (readonly)

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



33
34
35
# File 'lib/octoryn/types.rb', line 33

def object
  @object
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



33
34
35
# File 'lib/octoryn/types.rb', line 33

def result
  @result
end