Class: Pello::List

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/pello/list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(trello_list) ⇒ List

Returns a new instance of List.



9
10
11
# File 'lib/pello/list.rb', line 9

def initialize(trello_list)
  @trello_list = trello_list
end

Instance Attribute Details

#trello_listObject

Returns the value of attribute trello_list.



6
7
8
# File 'lib/pello/list.rb', line 6

def trello_list
  @trello_list
end