Class: Etna::Cwl::StepInput
- Inherits:
-
Cwl
- Object
- Cwl
- Etna::Cwl::StepInput
- Defined in:
- lib/etna/cwl.rb
Constant Summary collapse
- FIELD_LOADERS =
{ id: PrimitiveLoader::STRING.optional, source: SourceLoader.new.optional, label: PrimitiveLoader::STRING.optional, linkMerge: NeverLoader::UNSUPPORTED, pickValue: NeverLoader::UNSUPPORTED, loadContents: NeverLoader::UNSUPPORTED, loadListing: NeverLoader::UNSUPPORTED, valueFrom: NeverLoader::UNSUPPORTED, default: AnyLoader::ANY.optional, }
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
625 626 627 |
# File 'lib/etna/cwl.rb', line 625 def id @attributes['id'] end |
#source ⇒ Object
629 630 631 |
# File 'lib/etna/cwl.rb', line 629 def source @attributes['source'] end |