Class: Eapi::DefinitionRunners::List
- Inherits:
-
Struct
- Object
- Struct
- Eapi::DefinitionRunners::List
- Defined in:
- lib/eapi/definition_runners/list.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Method Summary collapse
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
5 6 7 |
# File 'lib/eapi/definition_runners/list.rb', line 5 def definition @definition end |
#klass ⇒ Object
Returns the value of attribute klass
5 6 7 |
# File 'lib/eapi/definition_runners/list.rb', line 5 def klass @klass end |
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'lib/eapi/definition_runners/list.rb', line 6 def run run_validations end |