module Rebrandly

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

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