Class: Evernote::NoteStore
- Inherits:
-
Object
- Object
- Evernote::NoteStore
- Defined in:
- lib/evernote/note_store.rb
Instance Method Summary collapse
-
#initialize(uri, thrift_client_options = {}) ⇒ NoteStore
constructor
A new instance of NoteStore.
- #method_missing(name, *args, &block) ⇒ Object
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args, &block) ⇒ Object
7 8 9 |
# File 'lib/evernote/note_store.rb', line 7 def method_missing(name, *args, &block) @client.send(name, *args, &block) end |