# File lib/fog/introspection/openstack/requests/create_rules.rb, line 28 def create_rules(_) response = Excon::Response.new response.status = 200 response.body = {"rules" => data[:rules].first} response end