class Keypic::Config

Attributes

endpoint[RW]
form_id[RW]
format[RW]
quantity[RW]

Public Class Methods

new() click to toggle source
# File lib/keypic/config.rb, line 5
def initialize
  @endpoint = "http://ws.keypic.com"
  @form_id = "secret_token_here"
  @format = :json
  @quantity = 1
end