class Clubhouse::StoryLink

Public Class Methods

all() click to toggle source
# File lib/clubhouse/story_link.rb, line 13
def self.all
  raise NotSupportedByAPIError, "Not supported by the API"
end

Public Instance Methods

save() click to toggle source
Calls superclass method Clubhouse::BaseResource#save
# File lib/clubhouse/story_link.rb, line 8
def save
  raise NotSupportedByAPIError, "You can't update a story link" if id
  super
end