Class: Octoryn::ObjectResult
- Inherits:
-
Data
- Object
- Data
- Octoryn::ObjectResult
- Defined in:
- lib/octoryn/types.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object
33 34 35 |
# File 'lib/octoryn/types.rb', line 33 def object @object end |
#result ⇒ Object (readonly)
Returns the value of attribute result
33 34 35 |
# File 'lib/octoryn/types.rb', line 33 def result @result end |