Class: RubyCms::SettingsRegistry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_cms/settings_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



5
6
7
# File 'lib/ruby_cms/settings_registry.rb', line 5

def category
  @category
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



5
6
7
# File 'lib/ruby_cms/settings_registry.rb', line 5

def default
  @default
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/ruby_cms/settings_registry.rb', line 5

def description
  @description
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/ruby_cms/settings_registry.rb', line 5

def key
  @key
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/ruby_cms/settings_registry.rb', line 5

def type
  @type
end