Module: Grackle

Defined in:
lib/grackle.rb,
lib/grackle/utils.rb,
lib/grackle/client.rb,
lib/grackle/handlers.rb,
lib/grackle/transport.rb

Defined Under Namespace

Modules: Handlers, Utils Classes: Client, Response, Transport, TwitterError, TwitterStruct

Constant Summary collapse

VERSION =

:stopdoc:

'0.1.2'
LIBPATH =
::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
PATH =
::File.dirname(LIBPATH) + ::File::SEPARATOR

Class Method Summary collapse

Class Method Details

.versionObject

Returns the version string for the library.



10
11
12
# File 'lib/grackle.rb', line 10

def self.version
  VERSION
end