Module: Zabby

Defined in:
lib/zabby/config.rb,
lib/zabby.rb,
lib/zabby/runner.rb,
lib/zabby/version.rb,
lib/zabby/zobject.rb,
lib/zabby/connection.rb,
lib/zabby/exceptions.rb

Overview

Author

Farzad FARID (<[email protected]>)

Copyright

Copyright © 2011 Farzad FARID

License

Simplified BSD License

Defined Under Namespace

Classes: AuthenticationError, Config, ConfigurationError, Connection, ResponseCodeError, Runner, ZObject

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.init(&block) ⇒ Object



22
23
24
# File 'lib/zabby.rb', line 22

def self.init &block
  Zabby::Runner.instance &block
end