Class: Trellodon::Card

Inherits:
Struct
  • Object
show all
Defined in:
lib/trellodon/entities/card.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def attachments
  @attachments
end

#checklistsObject

Returns the value of attribute checklists

Returns:

  • (Object)

    the current value of checklists



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def checklists
  @checklists
end

#commentsObject

Returns the value of attribute comments

Returns:

  • (Object)

    the current value of comments



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def comments
  @comments
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def desc
  @desc
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def id
  @id
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def labels
  @labels
end

#last_activity_dateObject

Returns the value of attribute last_activity_date

Returns:

  • (Object)

    the current value of last_activity_date



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def last_activity_date
  @last_activity_date
end

#list_idObject

Returns the value of attribute list_id

Returns:

  • (Object)

    the current value of list_id



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def list_id
  @list_id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/trellodon/entities/card.rb', line 4

def name
  @name
end