Class: Trevosdk::Core::BuildEventResult
- Inherits:
-
Struct
- Object
- Struct
- Trevosdk::Core::BuildEventResult
- Defined in:
- lib/trevosdk/core.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
25 26 27 |
# File 'lib/trevosdk/core.rb', line 25 def event @event end |
#ok ⇒ Object
Returns the value of attribute ok
25 26 27 |
# File 'lib/trevosdk/core.rb', line 25 def ok @ok end |
#reason ⇒ Object
Returns the value of attribute reason
25 26 27 |
# File 'lib/trevosdk/core.rb', line 25 def reason @reason end |