Class: Trevosdk::Core::BuildEventResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/trevosdk/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



25
26
27
# File 'lib/trevosdk/core.rb', line 25

def event
  @event
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



25
26
27
# File 'lib/trevosdk/core.rb', line 25

def ok
  @ok
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



25
26
27
# File 'lib/trevosdk/core.rb', line 25

def reason
  @reason
end