Class: Mmi::PropertyAttributes::ClassMethods::PropertyConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
lib/mmi/property_attributes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conflictsObject

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def conflicts
  @conflicts
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def default
  @default
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def key
  @key
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def required
  @required
end

#requiresObject

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def requires
  @requires
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def type
  @type
end

#validateObject

Returns the value of attribute validate

Returns:

  • (Object)

    the current value of validate



16
17
18
# File 'lib/mmi/property_attributes.rb', line 16

def validate
  @validate
end