module ContextIO

Constants

VERSION

Attributes

api[R]

@private Handle for the ‘API` instance. For internal use only.

Public Class Methods

lite(key,secret,options={}) click to toggle source
# File lib/contextio.rb, line 12
def self.lite(key,secret,options={})
        ContextIO::Lite.new(key,secret,options)
end
version() click to toggle source
# File lib/contextio.rb, line 8
def self.version
        VERSION
end