class CardDetail

Defined in:

card_detail.cr

Constant Summary

HANDLED_TYPES = ["addMemberToCard", "addAttachmentToCard", "addChecklistToCard", "commentCard", "createCard", "updateCard", "deleteAttachmentFromCard", "removeMemberFromCard", "updateCheckItemStateOnCard"]

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String) #

[View source]

Instance Method Detail

def activities #

[View source]
def add_attachment #

[View source]
def add_comment #

[View source]
def add_or_remove_self_as_member #

[View source]
def archive #

[View source]
def attachments #

[View source]
def board_id #

[View source]
def checklists : Array(JSON::Any) #

[View source]
def checklists=(checklists : Array(JSON::Any)) #

[View source]
def description #

[View source]
def fetch #

[View source]
def id : String #

[View source]
def json : JSON::Any #

[View source]
def json=(json : JSON::Any) #

[View source]
def label_names #

[View source]
def manage_label(label_id : String) #

[View source]
def member_usernames #

[View source]
def move_to_list(list_id : String) #

[View source]
def name : String #

[View source]
def short_url #

[View source]