Class: MuchSlug::HasSlugRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- 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
38 39 40 |
# File 'lib/much-slug/has_slug_registry.rb', line 38 def allow_underscores @allow_underscores end |
#preprocessor_proc ⇒ Object
Returns the value of attribute preprocessor_proc
38 39 40 |
# File 'lib/much-slug/has_slug_registry.rb', line 38 def preprocessor_proc @preprocessor_proc end |
#separator ⇒ Object
Returns the value of attribute separator
38 39 40 |
# File 'lib/much-slug/has_slug_registry.rb', line 38 def separator @separator end |
#source_proc ⇒ Object
Returns the value of attribute source_proc
38 39 40 |
# File 'lib/much-slug/has_slug_registry.rb', line 38 def source_proc @source_proc end |