class EvernoteOAuth::NoteStore::Store
Public Class Methods
new(options={})
click to toggle source
# File lib/evernote_oauth/note_store.rb, line 20 def initialize(options={}) @token = options[:token] @client = options[:client] end