Methods

Class/Module Index [+]

Quicksearch

Fog::Bluebox::BLB::LbServices

Attributes

lb_application[RW]

Public Instance Methods

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