Class: ActiveCollab::Client

Inherits:
Object
  • Object
show all
Includes:
API::Projects, API::Tasks, API::TimeRecords, API::Users
Defined in:
lib/active_collab.rb

Instance Method Summary collapse

Methods included from API::Users

user_info

Methods included from API::TimeRecords

#create_time_record

Methods included from API::Tasks

#tasks

Methods included from API::Projects

#projects

Constructor Details

#initialize(url, api_key) ⇒ Client

Returns a new instance of Client.



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

def initialize(url, api_key)
	@api_url = url
	@api_key = api_key
end