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



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

def board
  @board
end

#cardObject

Returns the value of attribute card



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

def card
  @card
end

#dataObject

Returns the value of attribute data



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

def data
  @data
end

#dateObject

Returns the value of attribute date



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

def date
  @date
end

#listObject

Returns the value of attribute list



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

def list
  @list
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end