Class: LabSystem::LizaKrokiClient
- Inherits:
-
KrokiClient
- Object
- Liza::Unit
- Liza::Controller
- NetSystem::Client
- KrokiClient
- LabSystem::LizaKrokiClient
- Defined in:
- lib/lab_system/clients/liza_kroki_client.rb
Defined Under Namespace
Classes: PlantumlHelper
Instance Attribute Summary
Attributes inherited from KrokiClient
#action, #cache_key, #code, #format, #name, #result
Instance Method Summary collapse
Methods inherited from KrokiClient
call, #call, diagram, diagrams, #endpoint, #http_request!, #initialize, #read_cache!, #render_code!, #url, #write_cache!
Methods inherited from Liza::Controller
color, inherited, on_connected
Methods inherited from Liza::Unit
const_missing, division, part, system, #system, test_class
Constructor Details
This class inherits a constructor from LabSystem::KrokiClient
Instance Method Details
#puml ⇒ Object
3 4 5 |
# File 'lib/lab_system/clients/liza_kroki_client.rb', line 3 def puml @puml ||= PlantumlHelper.new end |