Class: Chartd
- Inherits:
-
Object
- Object
- Chartd
- Defined in:
- lib/chartd.rb,
lib/chartd/chart.rb,
lib/chartd/encoder.rb
Defined Under Namespace
Modules: Encoder Classes: Chart
Constant Summary collapse
- BASE_URL =
URI.parse('https://chartd.co/a.png')
Class Method Summary collapse
-
.encode(*args) ⇒ Object
helper method for directly encoding data for when the user wants to generate the chart URL herself.
Class Method Details
.encode(*args) ⇒ Object
helper method for directly encoding data for when the user wants to generate the chart URL herself.
7 8 9 |
# File 'lib/chartd.rb', line 7 def self.encode(*args) Encoder.encode(*args) end |