class Clubhouse::File

Public Class Methods

api_url() click to toggle source
# File lib/clubhouse2/file.rb, line 10
def self.api_url
        'files'
end
properties() click to toggle source
# File lib/clubhouse2/file.rb, line 3
def self.properties
        [
                :content_type, :created_at, :description, :entity_type, :external_id, :filename, :id, :mention_ids, :name,
             :size, :story_ids, :thumbnail_url, :updated_at, :uploader_id, :url
        ]
end