Method: CreateSend::List#initialize
- Defined in:
- lib/createsend/list.rb
#initialize(auth, list_id) ⇒ List
Returns a new instance of List.
6 7 8 9 |
# File 'lib/createsend/list.rb', line 6 def initialize(auth, list_id) @list_id = list_id super end |