class Jimgur::Configuration

Attributes

client_id[RW]

Public Class Methods

new() click to toggle source
# File lib/jimgur.rb, line 16
def initialize
  @client_id = "xxx"
end