Class: Playbook::Props::Hash
- Defined in:
- app/pb_kits/playbook/props/hash.rb
Instance Attribute Summary
Attributes inherited from Base
#default, #kit, #name, #required
Instance Method Summary collapse
Methods inherited from Base
#initialize, #validate!, #value
Constructor Details
This class inherits a constructor from Playbook::Props::Base
Instance Method Details
#validate(value) ⇒ Object
6 7 8 |
# File 'app/pb_kits/playbook/props/hash.rb', line 6 def validate(value) value.is_a?(::Hash) end |