Class: Fog::Bluebox::BLB::LbBackends
- Inherits:
-
Collection
- Object
- Collection
- Fog::Bluebox::BLB::LbBackends
- Defined in:
- lib/fog/bluebox/models/blb/lb_backends.rb
Instance Attribute Summary collapse
-
#lb_service ⇒ Object
Returns the value of attribute lb_service.
Instance Method Summary collapse
Instance Attribute Details
#lb_service ⇒ Object
Returns the value of attribute lb_service.
10 11 12 |
# File 'lib/fog/bluebox/models/blb/lb_backends.rb', line 10 def lb_service @lb_service end |
Instance Method Details
#all ⇒ Object
12 13 14 15 |
# File 'lib/fog/bluebox/models/blb/lb_backends.rb', line 12 def all data = service.get_lb_backends(lb_service.id).body load(data) end |