class PivotalTracker
Public Class Methods
api_token=(value)
click to toggle source
Specifies the PivotalTracker
API token that is needed to authenticate a user to access the api.
Example¶ ↑
ExampleApi.api_token = 'token'
# File lib/pivotal_tracker.rb, line 13 def self.api_token=(value) headers({ 'X-TrackerToken' => value }) end