Class: S2D::Configuration::MandatoryAttribute

Inherits:
Attribute
  • Object
show all
Defined in:
lib/s2d/configuration/attribute.rb

Instance Attribute Summary

Attributes inherited from Attribute

#description, #key

Instance Method Summary collapse

Constructor Details

#initialize(key, description) ⇒ MandatoryAttribute

Returns a new instance of MandatoryAttribute.



18
19
20
# File 'lib/s2d/configuration/attribute.rb', line 18

def initialize(key, description)
  super(true, key, description)
end