Class: Kameleon::DSL::Verify::EmptyInput

Inherits:
Object
  • Object
show all
Defined in:
lib/kameleon/dsl/verify/presence.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*params) ⇒ EmptyInput

Returns a new instance of EmptyInput.



244
245
246
247
# File 'lib/kameleon/dsl/verify/presence.rb', line 244

def initialize(*params)
  @conditions = []
  parse_params(params)
end

Instance Attribute Details

#conditionsObject (readonly)

Returns the value of attribute conditions.



242
243
244
# File 'lib/kameleon/dsl/verify/presence.rb', line 242

def conditions
  @conditions
end