Module: Voxmail

Defined in:
lib/voxmail.rb,
lib/voxmail/request.rb,
lib/voxmail/version.rb

Defined Under Namespace

Classes: Request

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.infoObject



12
13
14
15
# File 'lib/voxmail.rb', line 12

def self.info
  args = []
  Request.new.client('voxmail.info', *args)
end

.lookup(method, *args) ⇒ Object



8
9
10
# File 'lib/voxmail.rb', line 8

def self.lookup(method, *args)
  Request.new.client(method, *args)
end