Class: Registrar::ExtendedAttributeOptionDescriptor

Inherits:
Object
  • Object
show all
Defined in:
lib/registrar/extended_attribute_option_descriptor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/registrar/extended_attribute_option_descriptor.rb', line 5

def description
  @description
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/registrar/extended_attribute_option_descriptor.rb', line 3

def title
  @title
end

#valueObject

Returns the value of attribute value.



4
5
6
# File 'lib/registrar/extended_attribute_option_descriptor.rb', line 4

def value
  @value
end