Class: Rx::Check::ActiveRecordCheck
- Inherits:
-
Object
- Object
- Rx::Check::ActiveRecordCheck
- Defined in:
- lib/rx/check/active_record_check.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
- #check ⇒ Object
-
#initialize(name = "activerecord") ⇒ ActiveRecordCheck
constructor
A new instance of ActiveRecordCheck.
Constructor Details
#initialize(name = "activerecord") ⇒ ActiveRecordCheck
Returns a new instance of ActiveRecordCheck.
6 7 8 |
# File 'lib/rx/check/active_record_check.rb', line 6 def initialize(name = "activerecord") @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/rx/check/active_record_check.rb', line 4 def name @name end |