Class: RubyCms::SettingsRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- RubyCms::SettingsRegistry::Entry
- Defined in:
- lib/ruby_cms/settings_registry.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#default ⇒ Object
Returns the value of attribute default.
-
#description ⇒ Object
Returns the value of attribute description.
-
#key ⇒ Object
Returns the value of attribute key.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
5 6 7 |
# File 'lib/ruby_cms/settings_registry.rb', line 5 def category @category end |
#default ⇒ Object
Returns the value of attribute default
5 6 7 |
# File 'lib/ruby_cms/settings_registry.rb', line 5 def default @default end |
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/ruby_cms/settings_registry.rb', line 5 def description @description end |
#key ⇒ Object
Returns the value of attribute key
5 6 7 |
# File 'lib/ruby_cms/settings_registry.rb', line 5 def key @key end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/ruby_cms/settings_registry.rb', line 5 def type @type end |