Class: Etna::Cwl::EnumType
- Inherits:
-
Cwl
- Object
- Cwl
- Etna::Cwl::EnumType
- Defined in:
- lib/etna/cwl.rb
Defined Under Namespace
Classes: InnerLoader
Instance Method Summary collapse
Instance Method Details
#type_loader ⇒ Object
347 348 349 |
# File 'lib/etna/cwl.rb', line 347 def type_loader @type_loader ||= EnumLoader.new(*@attributes['symbols']) end |