Class: Ticketing::Protocol::Incoming::Error
- Inherits:
-
Struct
- Object
- Struct
- Ticketing::Protocol::Incoming::Error
- Defined in:
- lib/ticketing/protocol.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
25 26 27 |
# File 'lib/ticketing/protocol.rb', line 25 def reason @reason end |