class EvernoteOAuth::BusinessNoteStore::Store

Attributes

token[R]
user[R]

Public Class Methods

new(options={}) click to toggle source
# File lib/evernote_oauth/business_note_store.rb, line 23
def initialize(options={})
  @token = options[:token]
  @client = options[:client]
  @user = options[:user]
end