Class: Boar::Handlers::PathMapper

Inherits:
Generic
  • Object
show all
Defined in:
app/models/boar/handlers/path_mapper.rb

Instance Attribute Summary

Attributes inherited from Generic

#configuration, #service

Instance Method Summary collapse

Methods inherited from Generic

#initialize

Methods included from Utils::Basic

#ensure_hash, #get_option, #interpolate

Constructor Details

This class inherits a constructor from Boar::Handlers::Generic

Instance Method Details

#call(_, path) ⇒ Object



10
11
12
# File 'app/models/boar/handlers/path_mapper.rb', line 10

def call(_, path)
  path
end