module TaskMapper::Provider::Bcx
Constants
- VERSION
Attributes
account_id[RW]
api[RW]
password[RW]
username[RW]
Public Class Methods
new(auth = {})
click to toggle source
# File lib/provider/bcx.rb, line 8 def new(auth = {}) TaskMapper.new(:bcx, auth) end
Public Instance Methods
configure(auth)
click to toggle source
# File lib/provider/bcx.rb, line 36 def configure(auth) provider.api = API.new auth[:account_id], auth[:username], auth[:password] end
provider()
click to toggle source
# File lib/provider/bcx.rb, line 13 def provider TaskMapper::Provider::Bcx end
valid?()
click to toggle source
# File lib/provider/bcx.rb, line 40 def valid? provider.api.authenticated? end