Module: Kickscraper

Extended by:
Configure
Defined in:
lib/kickscraper.rb,
lib/kickscraper/api.rb,
lib/kickscraper/client.rb,
lib/kickscraper/version.rb,
lib/kickscraper/response.rb,
lib/kickscraper/configure.rb,
lib/kickscraper/connection.rb,
lib/kickscraper/client/user.rb,
lib/kickscraper/client/update.rb,
lib/kickscraper/client/comment.rb,
lib/kickscraper/client/project.rb,
lib/kickscraper/client/category.rb

Defined Under Namespace

Modules: Configure, Connection Classes: Api, Category, Client, Comment, Project, Response, Update, User

Constant Summary collapse

VERSION =
"0.2.1"

Instance Attribute Summary collapse

Attributes included from Configure

#email, #password, #proxy, #token

Class Method Summary collapse

Methods included from Configure

configure

Instance Attribute Details

#clientObject

Returns the value of attribute client.



14
15
16
# File 'lib/kickscraper.rb', line 14

def client
  @client
end

Class Method Details

.clientObject



16
17
18
# File 'lib/kickscraper.rb', line 16

def self.client
  @client ||= Kickscraper::Client.new
end