Module: TropoREST

Defined in:
lib/tropo-rest.rb,
lib/tropo-rest/cli.rb,
lib/tropo-rest/version.rb

Defined Under Namespace

Classes: API, CLI

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.method_missing(method_name, *args, &block) ⇒ Object



43
44
45
# File 'lib/tropo-rest.rb', line 43

def self.method_missing(method_name, *args, &block)
  API.instance.send method_name, *args, &block
end