Sha256: 0335e4c7cc4e4ddb52c7dcf58de3f7caed15c80811c6ffc00e6548d7184f3ea0
Contents?: true
Size: 280 Bytes
Versions: 8
Compression:
Stored size: 280 Bytes
Contents
module PivotalToPdf class Pivotal < ActiveResource::Base def self.inherited(sub) config = Configure.new sub.site = %Q|https://www.pivotaltracker.com/services/v3/projects/#{config.project_id}| sub.headers['X-TrackerToken'] = config.token end end end
Version data entries
8 entries across 8 versions & 1 rubygems