Class: Fog::Bluebox::BLB::LbServices
- Inherits:
-
Collection
- Object
- Array
- Collection
- Fog::Bluebox::BLB::LbServices
- Defined in:
- lib/fog/bluebox/models/blb/lb_services.rb
Instance Attribute Summary collapse
-
#lb_application ⇒ Object
Returns the value of attribute lb_application.
Attributes inherited from Collection
Instance Method Summary collapse
Methods inherited from Collection
#clear, #create, #destroy, #initialize, #inspect, #load, model, #model, #new, #reload, #table, #to_json
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Core::DeprecatedConnectionAccessors
#connection, #connection=, #prepare_service_value
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #persisted?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Collection
Instance Attribute Details
#lb_application ⇒ Object
Returns the value of attribute lb_application.
10 11 12 |
# File 'lib/fog/bluebox/models/blb/lb_services.rb', line 10 def lb_application @lb_application end |
Instance Method Details
#all ⇒ Object
12 13 14 15 |
# 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 |