Class: Keiyaku::Emitter::Refusal
- Inherits:
-
Struct
- Object
- Struct
- Keiyaku::Emitter::Refusal
- Defined in:
- lib/keiyaku/emitter.rb
Instance Attribute Summary collapse
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#operation ⇒ Object
Returns the value of attribute operation
17 18 19 |
# File 'lib/keiyaku/emitter.rb', line 17 def operation @operation end |
#reason ⇒ Object
Returns the value of attribute reason
17 18 19 |
# File 'lib/keiyaku/emitter.rb', line 17 def reason @reason end |