Class: Julius::Message::Recogout::Shypo::Whypo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Julius::Message

init, #initialize, #name

Constructor Details

This class inherits a constructor from Julius::Message

Instance Attribute Details

#classidObject (readonly)

Returns the value of attribute classid.



28
29
30
# File 'lib/julius/message.rb', line 28

def classid
  @classid
end

#cmObject (readonly)

Returns the value of attribute cm.



28
29
30
# File 'lib/julius/message.rb', line 28

def cm
  @cm
end

#phoneObject (readonly)

Returns the value of attribute phone.



28
29
30
# File 'lib/julius/message.rb', line 28

def phone
  @phone
end

#wordObject (readonly)

Returns the value of attribute word.



28
29
30
# File 'lib/julius/message.rb', line 28

def word
  @word
end

Instance Method Details

#to_sObject



29
30
31
# File 'lib/julius/message.rb', line 29

def to_s
  @word
end