Method: ENUtils::NoteList#initialize

Defined in:
lib/evernote_utils/notelist.rb

#initialize(core, array, options = {}) ⇒ NoteList

Returns a new instance of NoteList.



8
9
10
11
12
# File 'lib/evernote_utils/notelist.rb', line 8

def initialize(core, array, options={})
  @core    = core
  @options = options
  super(array)
end