Method: Fog::Introspection::HuaweiCloud::Mock#get_rules

Defined in:
lib/fog/introspection/huaweicloud/requests/get_rules.rb

#get_rules(_rule_id) ⇒ Object



15
16
17
18
19
20
# File 'lib/fog/introspection/huaweicloud/requests/get_rules.rb', line 15

def get_rules(_rule_id)
  response = Excon::Response.new
  response.status = 200
  response.body = {"rules" => data[:rules].first}
  response
end