Class: CertOpenDataVisualizer::Frontend::App
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- CertOpenDataVisualizer::Frontend::App
- Defined in:
- lib/cert_open_data_visualizer/frontend/app.rb
Instance Attribute Summary collapse
-
#first_format ⇒ Object
Returns the value of attribute first_format.
-
#second_format ⇒ Object
Returns the value of attribute second_format.
-
#visualizer ⇒ Object
Returns the value of attribute visualizer.
Instance Attribute Details
#first_format ⇒ Object
Returns the value of attribute first_format.
9 10 11 |
# File 'lib/cert_open_data_visualizer/frontend/app.rb', line 9 def first_format @first_format end |
#second_format ⇒ Object
Returns the value of attribute second_format.
9 10 11 |
# File 'lib/cert_open_data_visualizer/frontend/app.rb', line 9 def second_format @second_format end |
#visualizer ⇒ Object
Returns the value of attribute visualizer.
9 10 11 |
# File 'lib/cert_open_data_visualizer/frontend/app.rb', line 9 def visualizer @visualizer end |