Class: Julius::Message::Engineinfo

Inherits:
Julius::Message show all
Defined in:
lib/julius/message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Julius::Message

init, #initialize, #name

Constructor Details

This class inherits a constructor from Julius::Message

Instance Attribute Details

#confObject (readonly)

Returns the value of attribute conf.



91
92
93
# File 'lib/julius/message.rb', line 91

def conf
  @conf
end

#typeObject (readonly)

Returns the value of attribute type.



91
92
93
# File 'lib/julius/message.rb', line 91

def type
  @type
end

#versionObject (readonly)

Returns the value of attribute version.



91
92
93
# File 'lib/julius/message.rb', line 91

def version
  @version
end