Skip to content

Instantly share code, notes, and snippets.

@big-samantha
Last active April 1, 2016 23:14
Show Gist options
  • Save big-samantha/1f44b4e37bc2c57272c227102d83f851 to your computer and use it in GitHub Desktop.
Save big-samantha/1f44b4e37bc2c57272c227102d83f851 to your computer and use it in GitHub Desktop.
def networks
networks ||= self.datacenter.network.map do |dc_obj|
[dc_obj.name,dc_obj]
end.to_h
networks
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment