Class: SkypeR::Parser::CallId

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

Instance Attribute Summary

Attributes inherited from CommandBase

#response

Instance Method Summary collapse

Constructor Details

#initializeCallId

Returns a new instance of CallId.



513
514
515
516
517
# File 'lib/skyper/command.rb', line 513

def initialize
  @parser = lambda do
    Yaparc::Natural.new
  end
end