Class: Kameleon::DSL::Verify::Absence::Image
- Inherits:
-
Object
- Object
- Kameleon::DSL::Verify::Absence::Image
- Defined in:
- lib/kameleon/dsl/verify/absence.rb
Instance Attribute Summary collapse
-
#conditions ⇒ Object
readonly
Returns the value of attribute conditions.
Instance Method Summary collapse
-
#initialize(params) ⇒ Image
constructor
A new instance of Image.
Constructor Details
#initialize(params) ⇒ Image
Returns a new instance of Image.
86 87 88 89 |
# File 'lib/kameleon/dsl/verify/absence.rb', line 86 def initialize(params) @conditions = [] parse_params(params) end |
Instance Attribute Details
#conditions ⇒ Object (readonly)
Returns the value of attribute conditions.
84 85 86 |
# File 'lib/kameleon/dsl/verify/absence.rb', line 84 def conditions @conditions end |