Class: Pello::List
Instance Attribute Summary collapse
-
#trello_list ⇒ Object
Returns the value of attribute trello_list.
Instance Method Summary collapse
-
#initialize(trello_list) ⇒ List
constructor
A new instance of List.
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_list ⇒ Object
Returns the value of attribute trello_list.
6 7 8 |
# File 'lib/pello/list.rb', line 6 def trello_list @trello_list end |