Class: Cure::Strategy::RegexStrategyParams
- Inherits:
-
BaseStrategyParams
- Object
- BaseStrategyParams
- Cure::Strategy::RegexStrategyParams
- Defined in:
- lib/cure/strategy/regex_strategy.rb
Instance Attribute Summary collapse
-
#regex_cg ⇒ Object
readonly
Returns the value of attribute regex_cg.
Attributes inherited from BaseStrategyParams
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ RegexStrategyParams
constructor
A new instance of RegexStrategyParams.
Methods inherited from BaseStrategyParams
Methods included from Validators
common_validators, instance_variables_hash, register_validator, validate, #validates
Methods included from Validators::Helpers
Constructor Details
#initialize(options = nil) ⇒ RegexStrategyParams
Returns a new instance of RegexStrategyParams.
43 44 45 46 |
# File 'lib/cure/strategy/regex_strategy.rb', line 43 def initialize(=nil) @regex_cg = ["regex_cg"] super() end |
Instance Attribute Details
#regex_cg ⇒ Object (readonly)
Returns the value of attribute regex_cg.
39 40 41 |
# File 'lib/cure/strategy/regex_strategy.rb', line 39 def regex_cg @regex_cg end |