Class: Etna::Cwl::EnumType

Inherits:
Etna::Cwl show all
Defined in:
lib/etna/cwl.rb

Defined Under Namespace

Classes: InnerLoader

Constant Summary

Constants inherited from Etna::Cwl

FIELD_LOADERS

Instance Method Summary collapse

Methods inherited from Etna::Cwl

#as_json, as_json, #initialize, load_item, loader

Constructor Details

This class inherits a constructor from Etna::Cwl

Instance Method Details

#type_loaderObject



347
348
349
# File 'lib/etna/cwl.rb', line 347

def type_loader
  @type_loader ||= EnumLoader.new(*@attributes['symbols'])
end