Class: Rack::ECG::CheckFactory::CheckDefinition
- Inherits:
-
Struct
- Object
- Struct
- Rack::ECG::CheckFactory::CheckDefinition
- Defined in:
- lib/rack/ecg/check_factory.rb
Instance Attribute Summary collapse
-
#check_class ⇒ Object
Returns the value of attribute check_class.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#check_class ⇒ Object
Returns the value of attribute check_class
8 9 10 |
# File 'lib/rack/ecg/check_factory.rb', line 8 def check_class @check_class end |
#parameters ⇒ Object
Returns the value of attribute parameters
8 9 10 |
# File 'lib/rack/ecg/check_factory.rb', line 8 def parameters @parameters end |