Fog::Collection
# File lib/fog/brightbox/models/compute/firewall_rules.rb, line 12 def get(identifier) return nil if identifier.nil? || identifier == "" data = service.get_firewall_rule(identifier) new(data) rescue Excon::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.