Class: Mmi::PropertyAttributes::ClassMethods::PropertyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Mmi::PropertyAttributes::ClassMethods::PropertyConfiguration
- Defined in:
- lib/mmi/property_attributes.rb
Instance Attribute Summary collapse
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
-
#default ⇒ Object
Returns the value of attribute default.
-
#key ⇒ Object
Returns the value of attribute key.
-
#required ⇒ Object
Returns the value of attribute required.
-
#requires ⇒ Object
Returns the value of attribute requires.
-
#type ⇒ Object
Returns the value of attribute type.
-
#validate ⇒ Object
Returns the value of attribute validate.
Instance Attribute Details
#conflicts ⇒ Object
Returns the value of attribute conflicts
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def conflicts @conflicts end |
#default ⇒ Object
Returns the value of attribute default
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def default @default end |
#key ⇒ Object
Returns the value of attribute key
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def key @key end |
#required ⇒ Object
Returns the value of attribute required
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def required @required end |
#requires ⇒ Object
Returns the value of attribute requires
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def requires @requires end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def type @type end |
#validate ⇒ Object
Returns the value of attribute validate
16 17 18 |
# File 'lib/mmi/property_attributes.rb', line 16 def validate @validate end |