Class: Keybase::TokenStore
- Inherits:
-
Object
- Object
- Keybase::TokenStore
- Defined in:
- lib/keybase/token_store.rb
Instance Attribute Summary collapse
-
#cookie ⇒ Object
Returns the value of attribute cookie.
-
#csrf ⇒ Object
Returns the value of attribute csrf.
Class Method Summary collapse
Instance Attribute Details
#cookie ⇒ Object
Returns the value of attribute cookie.
5 6 7 |
# File 'lib/keybase/token_store.rb', line 5 def end |
#csrf ⇒ Object
Returns the value of attribute csrf.
5 6 7 |
# File 'lib/keybase/token_store.rb', line 5 def csrf @csrf end |
Class Method Details
.cookie ⇒ Object
15 16 17 |
# File 'lib/keybase/token_store.rb', line 15 def self. instance. end |
.cookie=(cookie) ⇒ Object
19 20 21 |
# File 'lib/keybase/token_store.rb', line 19 def self.=() instance. = end |
.csrf ⇒ Object
7 8 9 |
# File 'lib/keybase/token_store.rb', line 7 def self.csrf instance.csrf end |
.csrf=(csrf) ⇒ Object
11 12 13 |
# File 'lib/keybase/token_store.rb', line 11 def self.csrf=(csrf) instance.csrf = csrf end |
.instance ⇒ Object
23 24 25 |
# File 'lib/keybase/token_store.rb', line 23 def self.instance @@instance ||= new end |