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



6
7
8
# File 'lib/rack/ecg/check_factory.rb', line 6

def check_class
  @check_class
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



6
7
8
# File 'lib/rack/ecg/check_factory.rb', line 6

def parameters
  @parameters
end