Class: Evernote::EDAM::Type::Note

Inherits:
Object
  • Object
show all
Defined in:
lib/everton.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



66
67
68
# File 'lib/everton.rb', line 66

def update
  Everton::Remote.note_store.updateNote(Everton::Remote.access_token, self)
end