Class: EvernoteOAuth::BusinessNoteStore::Store

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from ThriftClientDelegation

#method_missing

Constructor Details

#initialize(options = {}) ⇒ Store

Returns a new instance of Store.



23
24
25
26
27
# File 'lib/evernote_oauth/business_note_store.rb', line 23

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

Dynamic Method Handling

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

Instance Attribute Details

#tokenObject (readonly)

Returns the value of attribute token.



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

def token
  @token
end

#userObject (readonly)

Returns the value of attribute user.



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

def user
  @user
end