Class: Julius::Message::Recogout::Shypo::Whypo
- Inherits:
-
Julius::Message
- Object
- Julius::Message
- Julius::Message::Recogout::Shypo::Whypo
- Defined in:
- lib/julius/message.rb
Instance Attribute Summary collapse
-
#classid ⇒ Object
readonly
Returns the value of attribute classid.
-
#cm ⇒ Object
readonly
Returns the value of attribute cm.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#word ⇒ Object
readonly
Returns the value of attribute word.
Instance Method Summary collapse
Methods inherited from Julius::Message
Constructor Details
This class inherits a constructor from Julius::Message
Instance Attribute Details
#classid ⇒ Object (readonly)
Returns the value of attribute classid.
28 29 30 |
# File 'lib/julius/message.rb', line 28 def classid @classid end |
#cm ⇒ Object (readonly)
Returns the value of attribute cm.
28 29 30 |
# File 'lib/julius/message.rb', line 28 def cm @cm end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone.
28 29 30 |
# File 'lib/julius/message.rb', line 28 def phone @phone end |
#word ⇒ Object (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_s ⇒ Object
29 30 31 |
# File 'lib/julius/message.rb', line 29 def to_s @word end |