Class: Story

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

Instance Method Summary collapse

Instance Method Details

#labelObject



15
16
17
18
# File 'lib/pivotal.rb', line 15

def label
  labels
  rescue; "unlabeled"
end