Open pestanko opened 7 years ago
It would be great to have access to the route params, example: to access hostname or port properties.
hostname
port
you do have access to all object data already. E.g.
route[:spec][:hostname]
should give you the hostname
It would be great to have access to the route params, example: to access
hostname
orport
properties.