class Clubhouse::Epiccomment

Public Class Methods

api_url() click to toggle source
# File lib/clubhouse2/epic_comment.rb, line 7
def self.api_url
        'comments'
end
properties() click to toggle source
# File lib/clubhouse2/epic_comment.rb, line 3
def self.properties
        [ :author_id, :comments, :created_at, :entity_type, :external_id, :id, :mention_ids, :position, :text, :updated_at, :epic_id ]
end

Public Instance Methods

api_url() click to toggle source
# File lib/clubhouse2/epic_comment.rb, line 11
def api_url
        "#{self.api_url}/#{@epic_id}/#{id}"
end