Class: Kameleon::DSL::Verify::Absence::Link
- Inherits:
-
Object
- Object
- Kameleon::DSL::Verify::Absence::Link
- Defined in:
- lib/kameleon/dsl/verify/absence.rb
Overview
! below class need some love - refactoring
Instance Attribute Summary collapse
-
#conditions ⇒ Object
readonly
Returns the value of attribute conditions.
Instance Method Summary collapse
-
#initialize(params) ⇒ Link
constructor
A new instance of Link.
Constructor Details
#initialize(params) ⇒ Link
Returns a new instance of Link.
60 61 62 63 |
# File 'lib/kameleon/dsl/verify/absence.rb', line 60 def initialize(params) @conditions = [] parse_params(params) end |
Instance Attribute Details
#conditions ⇒ Object (readonly)
Returns the value of attribute conditions.
58 59 60 |
# File 'lib/kameleon/dsl/verify/absence.rb', line 58 def conditions @conditions end |