Returns title, i.e. “id name”
7 8 9
# File 'lib/ons_openapi/collection.rb', line 7 def title [id, name].join(' ') end