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