Class: Evernote::EDAM::Type::SharedNotebook

Inherits:
Object
  • Object
show all
Defined in:
lib/evernote/edam/type/shared_notebook.rb

Instance Method Summary collapse

Instance Method Details

#notebookEvernote::EDAM::Type::Notebook

Returns the associated notebook shared



9
10
11
# File 'lib/evernote/edam/type/shared_notebook.rb', line 9

def notebook
  @notebook ||= note_store.getNotebook(notebookGuid)
end