Fog::Collection
# File lib/fog/bluebox/models/blb/lb_services.rb, line 12 def all data = service.get_lb_services(lb_application.id).body load(data) end
# File lib/fog/bluebox/models/blb/lb_services.rb, line 17 def get(lb_service_id) if lb_service = service.get_lb_service(lb_application.id, lb_service_id).body new(lb_service) end rescue Fog::Bluebox::BLB::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.