Class: MuchSlug::HasSlugRegistry::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/much-slug/has_slug_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_underscoresObject

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_procObject

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

#separatorObject

Returns the value of attribute separator.



29
30
31
# File 'lib/much-slug/has_slug_registry.rb', line 29

def separator
  @separator
end

#source_procObject

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