Class: Etna::Cwl::ArrayType

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



330
331
332
333
334
# File 'lib/etna/cwl.rb', line 330

def type_loader
  loader = RecordType::Field.type_loader(@attributes['items'])
  return nil if loader.nil?
  @type_loader ||= ArrayLoader.new(loader)
end