Class: EML::UK::Parameters::Card::Unload

Inherits:
EML::UK::Parameters show all
Defined in:
lib/eml/uk/parameters/card/unload.rb

Constant Summary collapse

REQUIRED_CONFIG =
T.let(%i[program].freeze, T::Array[Symbol])
OPTIONAL_CONFIG =
T.let(%i[search_parameter].freeze, T::Array[Symbol])

Constants inherited from Parameters

Parameters::ENDPOINT_CLASS_TYPE

Method Summary

Methods inherited from EML::UK::Parameters

convert, #initialize

Methods inherited from Parameters

convert, #initialize, #to_h

Constructor Details

This class inherits a constructor from EML::UK::Parameters