class Durt::PivotalPlugin
Public Class Methods
demo_config()
click to toggle source
# File lib/durt/pivotal_plugin.rb, line 7 def self.demo_config { token: 'account_token', project: 'project' } end
Public Instance Methods
bug_tracker_class()
click to toggle source
# File lib/durt/pivotal_plugin.rb, line 11 def bug_tracker_class Durt::PivotalBugTracker end
config_required?()
click to toggle source
# File lib/durt/pivotal_plugin.rb, line 15 def config_required? true end