Class: Julius::Message::Grammar
- Inherits:
-
Julius::Message
- Object
- Julius::Message
- Julius::Message::Grammar
- Defined in:
- lib/julius/message.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
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.
95 96 97 |
# File 'lib/julius/message.rb', line 95 def reason @reason end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
95 96 97 |
# File 'lib/julius/message.rb', line 95 def status @status end |