Class: Registrar::ExtendedAttributeOptionDescriptor
- Inherits:
-
Object
- Object
- Registrar::ExtendedAttributeOptionDescriptor
- Defined in:
- lib/registrar/extended_attribute_option_descriptor.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#title ⇒ Object
Returns the value of attribute title.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/registrar/extended_attribute_option_descriptor.rb', line 5 def description @description end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/registrar/extended_attribute_option_descriptor.rb', line 3 def title @title end |
#value ⇒ Object
Returns the value of attribute value.
4 5 6 |
# File 'lib/registrar/extended_attribute_option_descriptor.rb', line 4 def value @value end |