class Iconik::Store

Attributes

client[R]
url[R]

Public Class Methods

new(url) click to toggle source
# File lib/iconik/store.rb, line 4
def initialize(url)
  @url = url
  @client = Iconik::HttpClient.new(url)
end