Class: Trellodon::CardEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#boardObject

Returns the value of attribute board

Returns:

  • (Object)

    the current value of board



5
6
7
# File 'lib/trellodon/entities/card_event.rb', line 5

def board
  @board
end

#cardObject

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



5
6
7
# File 'lib/trellodon/entities/card_event.rb', line 5

def card
  @card
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



5
6
7
# File 'lib/trellodon/entities/card_event.rb', line 5

def data
  @data
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



5
6
7
# File 'lib/trellodon/entities/card_event.rb', line 5

def date
  @date
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



5
6
7
# File 'lib/trellodon/entities/card_event.rb', line 5

def list
  @list
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/trellodon/entities/card_event.rb', line 5

def type
  @type
end