Method: Hanami::Slice::ClassMethods#slice_name
- Defined in:
- lib/hanami/slice.rb
permalink #slice_name ⇒ SliceName
Returns a Hanami::SliceName for the slice, an object with methods returning the name of the slice in various formats.
173 174 175 |
# File 'lib/hanami/slice.rb', line 173 def slice_name @slice_name ||= SliceName.new(self, inflector: method(:inflector)) end |