Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Papierkorb/55ec5deea501f8979a46d19719b3381f to your computer and use it in GitHub Desktop.
Save Papierkorb/55ec5deea501f8979a46d19719b3381f to your computer and use it in GitHub Desktop.
def networks
self.datacenter.network.map do |dc_obj|
dc_obj_name = dc_obj.name
[dc_obj_name, dc_obj]
end.to_h
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment