Class: Etna::Cwl::EnumType

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

Defined Under Namespace

Classes: InnerLoader

Instance Method Summary collapse

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