Class: ServiceActor::Checks::Base
- Inherits:
-
Object
- Object
- ServiceActor::Checks::Base
- Defined in:
- lib/service_actor/checks/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#argument_errors ⇒ Object
readonly
Returns the value of attribute argument_errors.
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/service_actor/checks/base.rb', line 4 def initialize @argument_errors = [] end |
Instance Attribute Details
#argument_errors ⇒ Object (readonly)
Returns the value of attribute argument_errors.
8 9 10 |
# File 'lib/service_actor/checks/base.rb', line 8 def argument_errors @argument_errors end |