Class: MuchSlug::HasSlugRegistry::Entry

Inherits:
Struct
  • 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

Returns:

  • (Object)

    the current value of allow_underscores



38
39
40
# File 'lib/much-slug/has_slug_registry.rb', line 38

def allow_underscores
  @allow_underscores
end

#preprocessor_procObject

Returns the value of attribute preprocessor_proc

Returns:

  • (Object)

    the current value of preprocessor_proc



38
39
40
# File 'lib/much-slug/has_slug_registry.rb', line 38

def preprocessor_proc
  @preprocessor_proc
end

#separatorObject

Returns the value of attribute separator

Returns:

  • (Object)

    the current value of separator



38
39
40
# File 'lib/much-slug/has_slug_registry.rb', line 38

def separator
  @separator
end

#source_procObject

Returns the value of attribute source_proc

Returns:

  • (Object)

    the current value of source_proc



38
39
40
# File 'lib/much-slug/has_slug_registry.rb', line 38

def source_proc
  @source_proc
end