Class: MuchSlug::HasSlugRegistry::Entry
- Inherits:
-
Object
- Object
- MuchSlug::HasSlugRegistry::Entry
- Defined in:
- lib/much-slug/has_slug_registry.rb
Instance Attribute Summary collapse
-
#allow_underscores ⇒ Object
Returns the value of attribute allow_underscores.
-
#preprocessor_proc ⇒ Object
Returns the value of attribute preprocessor_proc.
-
#separator ⇒ Object
Returns the value of attribute separator.
-
#source_proc ⇒ Object
Returns the value of attribute source_proc.
Instance Attribute Details
#allow_underscores ⇒ Object
Returns the value of attribute allow_underscores.
29 30 31 |
# File 'lib/much-slug/has_slug_registry.rb', line 29 def allow_underscores @allow_underscores end |
#preprocessor_proc ⇒ Object
Returns the value of attribute preprocessor_proc.
29 30 31 |
# File 'lib/much-slug/has_slug_registry.rb', line 29 def preprocessor_proc @preprocessor_proc end |
#separator ⇒ Object
Returns the value of attribute separator.
29 30 31 |
# File 'lib/much-slug/has_slug_registry.rb', line 29 def separator @separator end |
#source_proc ⇒ Object
Returns the value of attribute source_proc.
29 30 31 |
# File 'lib/much-slug/has_slug_registry.rb', line 29 def source_proc @source_proc end |