Class: Clubhouse::Storylink

Inherits:
ClubhouseResource show all
Defined in:
lib/clubhouse2/story_link.rb

Class Method Summary collapse

Methods inherited from ClubhouseResource

#api_url, #delete!, #flush, inherited, #initialize, property_filter_create, property_filter_update, #resolve_to_ids, #set_properties, subclass, #to_h, #update, validate, #value_format

Constructor Details

This class inherits a constructor from Clubhouse::ClubhouseResource

Class Method Details

.api_urlObject



7
8
9
# File 'lib/clubhouse2/story_link.rb', line 7

def self.api_url
	'story-links'
end

.propertiesObject



3
4
5
# File 'lib/clubhouse2/story_link.rb', line 3

def self.properties
	[ :object_id, :subject_id, :verb ]
end