Class: Keiyaku::Emitter::Refusal

Inherits:
Struct
  • Object
show all
Defined in:
lib/keiyaku/emitter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



17
18
19
# File 'lib/keiyaku/emitter.rb', line 17

def operation
  @operation
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



17
18
19
# File 'lib/keiyaku/emitter.rb', line 17

def reason
  @reason
end