Class: Trellodon::Card
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::Card
- Defined in:
- lib/trellodon/entities/card.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#checklists ⇒ Object
Returns the value of attribute checklists.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#last_activity_date ⇒ Object
Returns the value of attribute last_activity_date.
-
#list_id ⇒ Object
Returns the value of attribute list_id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def end |
#checklists ⇒ Object
Returns the value of attribute checklists
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def checklists @checklists end |
#comments ⇒ Object
Returns the value of attribute comments
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def comments @comments end |
#desc ⇒ Object
Returns the value of attribute desc
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def desc @desc end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def id @id end |
#labels ⇒ Object
Returns the value of attribute labels
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def labels @labels end |
#last_activity_date ⇒ Object
Returns the value of attribute last_activity_date
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def last_activity_date @last_activity_date end |
#list_id ⇒ Object
Returns the value of attribute list_id
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def list_id @list_id end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/trellodon/entities/card.rb', line 4 def name @name end |