Class: WolfRpg::Command::Message

Inherits:
WolfRpg::Command show all
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

create, #dump, #each_filename

Instance Method Details

#textObject



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