# File lib/fog/compute/openstack/requests/get_os_interface.rb, line 15 def get_os_interface(server_id,port_id) Excon::Response.new( :body => {'interfaceAttachment' => data[:os_interfaces].first}, :status => 200 ) end