module Kickscraper

Constants

VERSION

Attributes

client[RW]

Public Class Methods

client() click to toggle source
# File lib/kickscraper.rb, line 16
def self.client
  @client ||= Kickscraper::Client.new
end