Class: Miasma::Models::AutoScale::Group::Balancer
- Inherits:
-
Types::ThinModel
- Object
- Types::Data
- Types::ThinModel
- Miasma::Models::AutoScale::Group::Balancer
- Defined in:
- lib/miasma/models/auto_scale/group.rb
Instance Attribute Summary (collapse)
-
- (Miasma::Types::Api) api
inherited
from Types::ThinModel
readonly
Service API.
Instance Method Summary (collapse)
Constructor Details
This class inherits a constructor from Miasma::Types::ThinModel
Instance Attribute Details
- (Miasma::Types::Api) api (readonly) Originally defined in class Types::ThinModel
Returns service API
Instance Method Details
- (Miasma::Models::LoadBalancer::Balancer) expand
26 27 28 |
# File 'lib/miasma/models/auto_scale/group.rb', line 26 def api.api_for(:load_balancer).balancers.get(self.id || self.name) end |