Module: Exoteric

Defined in:
lib/exoteric.rb,
lib/exoteric/api.rb,
lib/exoteric/counter.rb,
lib/exoteric/version.rb,
lib/exoteric/counters/github.rb,
lib/exoteric/counters/twitter.rb,
lib/exoteric/counters/facebook.rb,
lib/exoteric/counters/google_plus.rb

Defined Under Namespace

Modules: Facebook, Github, GooglePlus, Twitter Classes: API, Counter

Constant Summary collapse

VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.new(options) ⇒ Object



5
6
7
# File 'lib/exoteric.rb', line 5

def self.new(options)
  Counter.new(options)
end

.versionObject



4
5
6
# File 'lib/exoteric/version.rb', line 4

def self.version
  VERSION
end