Class: Trellodon::List

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

Instance Attribute Summary collapse

Instance Attribute Details

#board_idObject

Returns the value of attribute board_id



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

def board_id
  @board_id
end

#idObject

Returns the value of attribute id



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

def id
  @id
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end