# File lib/openstack/compute/address.rb, line 93 def initialize(info_hash) @address = info_hash['address'] @instance_uuid = info_hash['instance_uuid'] @interface = info_hash['interface'] @pool = info_hash['pool'] @project_id = info_hash['project_id'] end