Module: KindleNotebook
- Defined in:
- lib/kindle-notebook.rb,
lib/kindle_notebook/book.rb,
lib/kindle_notebook/client.rb,
lib/kindle_notebook/helpers.rb,
lib/kindle_notebook/version.rb,
lib/kindle_notebook/highlight.rb,
lib/kindle_notebook/highlights.rb,
lib/kindle_notebook/amazon_auth.rb,
lib/kindle_notebook/configuration.rb
Defined Under Namespace
Modules: Helpers Classes: AmazonAuth, Book, Client, Configuration, Error, Highlight, Highlights
Constant Summary collapse
- VERSION =
"0.3.1"
Class Attribute Summary collapse
- .configuration ⇒ Object
-
.session ⇒ Object
Returns the value of attribute session.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
43 44 45 |
# File 'lib/kindle-notebook.rb', line 43 def self.configuration @configuration ||= KindleNotebook::Configuration.new end |
.session ⇒ Object
Returns the value of attribute session.
40 41 42 |
# File 'lib/kindle-notebook.rb', line 40 def session @session end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
47 48 49 |
# File 'lib/kindle-notebook.rb', line 47 def self.configure yield(configuration) end |