Class: SkypeR::Parser::ChatCommand

Inherits:
CommandBase
  • Object
show all
Defined in:
lib/skyper/command.rb

Overview

<chat_command> := <chat_create_command>

Instance Attribute Summary

Attributes inherited from CommandBase

#response

Instance Method Summary collapse

Constructor Details

#initializeChatCommand

Returns a new instance of ChatCommand.



384
385
386
387
388
# File 'lib/skyper/command.rb', line 384

def initialize
  @parser = lambda do
    ChatCreateCommand.new
  end
end