class Clubhouse::Linkedfile

Public Class Methods

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