module Relinkly

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

api_key() click to toggle source
# File lib/relinkly.rb, line 19
def self.api_key
  configuration.api_key
end
configure() { |configuration| ... } click to toggle source
# File lib/relinkly.rb, line 27
def self.configure
  yield(configuration)
end