Class: EvernoteOAuth::NoteStore::Store

Inherits:
Object
  • Object
show all
Includes:
ThriftClientDelegation
Defined in:
lib/evernote_oauth/note_store.rb

Instance Method Summary collapse

Methods included from ThriftClientDelegation

#method_missing

Constructor Details

#initialize(options = {}) ⇒ Store

Returns a new instance of Store.



20
21
22
23
# File 'lib/evernote_oauth/note_store.rb', line 20

def initialize(options={})
  @token = options[:token]
  @client = options[:client]
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class EvernoteOAuth::ThriftClientDelegation