Class: Oselvar::Var::Core::Registry
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Registry
- Defined in:
- lib/oselvar/var/core/registry.rb
Overview
A registry of step definitions plus the shared cucumber ParameterTypeRegistry and per-type display formatters (kept beside it because ParameterType can't carry one). Port of registry.ts.
Instance Attribute Summary collapse
-
#formats ⇒ Object
readonly
Returns the value of attribute formats.
-
#parameter_types ⇒ Object
readonly
Returns the value of attribute parameter_types.
-
#steps ⇒ Object
readonly
Returns the value of attribute steps.
Instance Attribute Details
#formats ⇒ Object (readonly)
Returns the value of attribute formats
19 20 21 |
# File 'lib/oselvar/var/core/registry.rb', line 19 def formats @formats end |
#parameter_types ⇒ Object (readonly)
Returns the value of attribute parameter_types
19 20 21 |
# File 'lib/oselvar/var/core/registry.rb', line 19 def parameter_types @parameter_types end |
#steps ⇒ Object (readonly)
Returns the value of attribute steps
19 20 21 |
# File 'lib/oselvar/var/core/registry.rb', line 19 def steps @steps end |