jcechace / RbShift

Ruby client wrapper for oc tools
1 stars 8 forks source link

Ability to access route properties (ex. hostname, port, ...) #31

Open pestanko opened 7 years ago

pestanko commented 7 years ago

It would be great to have access to the route params, example: to access hostname or port properties.

jcechace commented 7 years ago

you do have access to all object data already. E.g.

route[:spec][:hostname]

should give you the hostname