Method: Libring::API#initialize

Defined in:
lib/libring/api.rb

#initialize(token) ⇒ API

Returns a new instance of API.



5
6
7
8
9
# File 'lib/libring/api.rb', line 5

def initialize(token)
  @token = token

  true
end