Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Brightbox::FirewallRules

Public Instance Methods

get(identifier) click to toggle source
# 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.