Class: PivotalAPI::Base

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/pivotal/pivotal-api.rb

Direct Known Subclasses

Activity, AllActivity, Iteration, Membership, Note, Project, Story, Task, Token

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object



33
34
35
36
# File 'lib/pivotal/pivotal-api.rb', line 33

def self.inherited(base)
  PivotalAPI.resources << base
  super
end