Class: Trevosdk::Core::ParseResult
- Inherits:
-
Struct
- Object
- Struct
- Trevosdk::Core::ParseResult
- Defined in:
- lib/trevosdk/core.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#experiments ⇒ Object
Returns the value of attribute experiments.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
24 25 26 |
# File 'lib/trevosdk/core.rb', line 24 def error @error end |
#experiments ⇒ Object
Returns the value of attribute experiments
24 25 26 |
# File 'lib/trevosdk/core.rb', line 24 def experiments @experiments end |
#success ⇒ Object
Returns the value of attribute success
24 25 26 |
# File 'lib/trevosdk/core.rb', line 24 def success @success end |