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