Class: Julius::Message::Rejected
- Inherits:
-
Julius::Message
- Object
- Julius::Message
- Julius::Message::Rejected
- Defined in:
- lib/julius/message.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Method Summary
Methods inherited from Julius::Message
Constructor Details
This class inherits a constructor from Julius::Message
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
80 81 82 |
# File 'lib/julius/message.rb', line 80 def reason @reason end |