Class: WolfRpg::Command::Message
- Inherits:
-
WolfRpg::Command
- Object
- WolfRpg::Command
- WolfRpg::Command::Message
- Defined in:
- lib/wolfrpg/command.rb
Instance Attribute Summary
Attributes inherited from WolfRpg::Command
#args, #cid, #indent, #string_args
Instance Method Summary collapse
Methods inherited from WolfRpg::Command
Instance Method Details
#text ⇒ Object
22 23 24 |
# File 'lib/wolfrpg/command.rb', line 22 def text @string_args[0] end |
#text=(value) ⇒ Object
25 26 27 |
# File 'lib/wolfrpg/command.rb', line 25 def text=(value) @string_args[0] = value end |