class Relinkly::Configuration

Attributes

api_key[RW]

Public Class Methods

new() click to toggle source
# File lib/relinkly/configuration.rb, line 7
def initialize
  @api_key = nil
end