Class: Anvil::App::HostScaler
- Inherits:
-
Struct
- Object
- Struct
- Anvil::App::HostScaler
- Includes:
- ConfigurationReader, StandardProcedure::Async::Actor
- Defined in:
- lib/anvil/app/host_scaler.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
Methods included from ConfigurationReader
#configuration_for, #configuration_for_app, #environment_for, #environment_for_app, #hosts, #user_for, #validate
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
9 10 11 |
# File 'lib/anvil/app/host_scaler.rb', line 9 def configuration @configuration end |
#host ⇒ Object
Returns the value of attribute host
9 10 11 |
# File 'lib/anvil/app/host_scaler.rb', line 9 def host @host end |
Instance Method Details
#call ⇒ Object
13 14 15 |
# File 'lib/anvil/app/host_scaler.rb', line 13 def call scale_processes end |