class Clubhouse::Repository
Public Class Methods
api_url()
click to toggle source
# File lib/clubhouse2/repository.rb, line 7 def self.api_url 'repositories' end
properties()
click to toggle source
# 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