Module: Lisk

Defined in:
lib/lisk.rb,
lib/lisk/api.rb,
lib/lisk/raw.rb,
lib/lisk/client.rb,
lib/lisk/legacy.rb,
lib/lisk/version.rb,
lib/lisk/delegate.rb

Overview

The Lisk API Ruby wrapper gem.

Defined Under Namespace

Classes: API, Client, Delegate, Legacy, Raw

Constant Summary collapse

VERSION =
"0.6.0"

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args, &block) ⇒ Object

Handles unimplemented methods



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

def method_missing name, *args, &block
  todo "#{self}::#{name} METHOD MISSING"
end