Module: PhantomGraph
- Defined in:
- lib/phantom_graph/base.rb,
lib/phantom_graph/error.rb,
lib/phantom_graph/convert.rb,
lib/phantom_graph/setting.rb,
lib/phantom_graph/version.rb,
lib/phantom_graph/convert/highchart.rb,
lib/phantom_graph/convert/stockchart.rb
Defined Under Namespace
Modules: Convert, Error Classes: Base, Setting
Constant Summary collapse
- VERSION =
"0.0.4"
Class Attribute Summary collapse
-
.setting ⇒ Object
Configure Phantomjs someplace sensible, like config/initializers/phantom_graph.rb.
Class Method Summary collapse
Class Attribute Details
.setting ⇒ Object
Configure Phantomjs someplace sensible, like config/initializers/phantom_graph.rb
60 61 62 |
# File 'lib/phantom_graph/setting.rb', line 60 def setting @setting end |
Class Method Details
.configure {|setting| ... } ⇒ Object
64 65 66 |
# File 'lib/phantom_graph/setting.rb', line 64 def self.configure yield(setting) end |