Class: EvernoteOAuth::BusinessNoteStore::Store
- Inherits:
-
Object
- Object
- EvernoteOAuth::BusinessNoteStore::Store
- Includes:
- ThriftClientDelegation
- Defined in:
- lib/evernote_oauth/business_note_store.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Store
constructor
A new instance of Store.
Methods included from ThriftClientDelegation
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(={}) @token = [:token] @client = [:client] @user = [:user] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class EvernoteOAuth::ThriftClientDelegation
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token.
21 22 23 |
# File 'lib/evernote_oauth/business_note_store.rb', line 21 def token @token end |
#user ⇒ Object (readonly)
Returns the value of attribute user.
21 22 23 |
# File 'lib/evernote_oauth/business_note_store.rb', line 21 def user @user end |