Module: Palapala
- Defined in:
- lib/palapala.rb,
lib/palapala/pdf.rb,
lib/palapala/version.rb,
lib/palapala/renderer.rb,
lib/palapala/web_socket_client.rb
Overview
Main module for the gem
Defined Under Namespace
Classes: Pdf, Renderer, WebSocketClient
Constant Summary collapse
- VERSION =
'0.1.4'
Class Attribute Summary collapse
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.defaults ⇒ Object
Returns the value of attribute defaults.
-
.headless_chrome_path ⇒ Object
Returns the value of attribute headless_chrome_path.
-
.headless_chrome_url ⇒ Object
Returns the value of attribute headless_chrome_url.
Class Method Summary collapse
Class Attribute Details
.debug ⇒ Object
Returns the value of attribute debug.
15 16 17 |
# File 'lib/palapala.rb', line 15 def debug @debug end |
.defaults ⇒ Object
Returns the value of attribute defaults.
15 16 17 |
# File 'lib/palapala.rb', line 15 def defaults @defaults end |
.headless_chrome_path ⇒ Object
Returns the value of attribute headless_chrome_path.
15 16 17 |
# File 'lib/palapala.rb', line 15 def headless_chrome_path @headless_chrome_path end |
.headless_chrome_url ⇒ Object
Returns the value of attribute headless_chrome_url.
15 16 17 |
# File 'lib/palapala.rb', line 15 def headless_chrome_url @headless_chrome_url end |
Class Method Details
.setup {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/palapala.rb', line 10 def self.setup yield self end |