module FontsDotCom::Config

Attributes

api_key[RW]
private_key[RW]
public_key[RW]

Public Class Methods

app_key() click to toggle source
# File lib/fonts_dot_com/config.rb, line 14
def app_key
  api_key
end
configure() { |self| ... } click to toggle source
# File lib/fonts_dot_com/config.rb, line 10
def configure
  yield self
end