Class: Clubhouse::Repository
- Inherits:
-
ClubhouseResource
- Object
- ClubhouseResource
- Clubhouse::Repository
- Defined in:
- lib/clubhouse2/repository.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_url ⇒ Object
7 8 9 |
# File 'lib/clubhouse2/repository.rb', line 7 def self.api_url 'repositories' end |
.properties ⇒ Object
3 4 5 |
# File 'lib/clubhouse2/repository.rb', line 3 def self.properties [ :created_at, :entity_type, :external_id, :full_name, :id, :name, :type, :updated_at, :url ] end |