Class: Rnote::App
- Inherits:
-
Object
- Object
- Rnote::App
- Defined in:
- lib/rnote.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
readonly
Returns the value of attribute auth.
-
#persister ⇒ Object
readonly
Returns the value of attribute persister.
Instance Method Summary collapse
- #client ⇒ Object
-
#initialize ⇒ App
constructor
A new instance of App.
Constructor Details
Instance Attribute Details
#auth ⇒ Object (readonly)
Returns the value of attribute auth.
41 42 43 |
# File 'lib/rnote.rb', line 41 def auth @auth end |
#persister ⇒ Object (readonly)
Returns the value of attribute persister.
41 42 43 |
# File 'lib/rnote.rb', line 41 def persister @persister end |
Instance Method Details
#client ⇒ Object
48 49 50 |
# File 'lib/rnote.rb', line 48 def client auth.client end |