Class: Fog::Bluebox::BLB::LbService

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/bluebox/models/blb/lb_service.rb

Instance Method Summary collapse

Instance Method Details

#lb_applicationObject



19
20
21
# File 'lib/fog/bluebox/models/blb/lb_service.rb', line 19

def lb_application
  collection.lb_application
end

#lb_backendsObject



23
24
25
26
27
28
# File 'lib/fog/bluebox/models/blb/lb_service.rb', line 23

def lb_backends
  Fog::Bluebox::BLB::LbBackends.new({
    :service => service,
    :lb_service => self
  })
end