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.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/service_actor/checks/base.rb', line 10 def initialize @argument_errors = [] end |
Instance Attribute Details
#argument_errors ⇒ Object (readonly)
Returns the value of attribute argument_errors.
14 15 16 |
# File 'lib/service_actor/checks/base.rb', line 14 def argument_errors @argument_errors end |
Class Method Details
.applicable_to_origin?(_origin) ⇒ Boolean
5 6 7 |
# File 'lib/service_actor/checks/base.rb', line 5 def applicable_to_origin?(_origin) true end |