Module: Octopolo::Pivotal

Defined in:
lib/octopolo/pivotal.rb,
lib/octopolo/pivotal/story_commenter.rb

Defined Under Namespace

Classes: Client, StoryCommenter

Constant Summary collapse

BadCredentials =

the credentials that you’ve entered are wrong

Class.new(StandardError)
StoryNotFound =

404 from the PT api

Class.new(StandardError)