Class: Trellodon::CardEvent
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::CardEvent
- Defined in:
- lib/trellodon/entities/card_event.rb
Instance Attribute Summary collapse
-
#board ⇒ Object
Returns the value of attribute board.
-
#card ⇒ Object
Returns the value of attribute card.
-
#data ⇒ Object
Returns the value of attribute data.
-
#date ⇒ Object
Returns the value of attribute date.
-
#list ⇒ Object
Returns the value of attribute list.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#board ⇒ Object
Returns the value of attribute board
5 6 7 |
# File 'lib/trellodon/entities/card_event.rb', line 5 def board @board end |
#card ⇒ Object
Returns the value of attribute card
5 6 7 |
# File 'lib/trellodon/entities/card_event.rb', line 5 def card @card end |
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/trellodon/entities/card_event.rb', line 5 def data @data end |
#date ⇒ Object
Returns the value of attribute date
5 6 7 |
# File 'lib/trellodon/entities/card_event.rb', line 5 def date @date end |
#list ⇒ Object
Returns the value of attribute list
5 6 7 |
# File 'lib/trellodon/entities/card_event.rb', line 5 def list @list end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/trellodon/entities/card_event.rb', line 5 def type @type end |