Class: SkypeR::Parser::PSTN

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

#initializePSTN

Returns a new instance of PSTN.



489
490
491
492
493
# File 'lib/skyper/command.rb', line 489

def initialize
  @parser = lambda do
    Yaparc::RegexParser.new(/\+[a-zA-Z0-9][a-zA-Z0-9\-]*/)
  end
end