Class: BlueDoc::SML::Config
- Inherits:
-
Object
- Object
- BlueDoc::SML::Config
- Defined in:
- lib/bluedoc/sml/config.rb
Instance Attribute Summary collapse
-
#mathjax_service_host ⇒ Object
Returns the value of attribute mathjax_service_host.
-
#plantuml_service_host ⇒ Object
Returns the value of attribute plantuml_service_host.
Instance Attribute Details
#mathjax_service_host ⇒ Object
Returns the value of attribute mathjax_service_host.
6 7 8 |
# File 'lib/bluedoc/sml/config.rb', line 6 def mathjax_service_host @mathjax_service_host end |
#plantuml_service_host ⇒ Object
Returns the value of attribute plantuml_service_host.
5 6 7 |
# File 'lib/bluedoc/sml/config.rb', line 5 def plantuml_service_host @plantuml_service_host end |