Class: Rack::ECG::CheckFactory::CheckDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/ecg/check_factory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#check_classObject

Returns the value of attribute check_class

Returns:

  • (Object)

    the current value of check_class



8
9
10
# File 'lib/rack/ecg/check_factory.rb', line 8

def check_class
  @check_class
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



8
9
10
# File 'lib/rack/ecg/check_factory.rb', line 8

def parameters
  @parameters
end