Class: Skadi::DashboardValidator::ArrayOf
- Inherits:
-
Struct
- Object
- Struct
- Skadi::DashboardValidator::ArrayOf
- Defined in:
- app/models/skadi/dashboard_validator.rb
Instance Attribute Summary collapse
-
#element_type ⇒ Object
Returns the value of attribute element_type.
-
#minimum_elements ⇒ Object
Returns the value of attribute minimum_elements.
Instance Attribute Details
#element_type ⇒ Object
Returns the value of attribute element_type
5 6 7 |
# File 'app/models/skadi/dashboard_validator.rb', line 5 def element_type @element_type end |
#minimum_elements ⇒ Object
Returns the value of attribute minimum_elements
5 6 7 |
# File 'app/models/skadi/dashboard_validator.rb', line 5 def minimum_elements @minimum_elements end |