Module: Tapjoy::TassLib
- Defined in:
- lib/tapjoy/tass-lib.rb,
lib/tapjoy/tass-lib/ec2.rb,
lib/tapjoy/tass-lib/elb.rb,
lib/tapjoy/tass-lib/version.rb,
lib/tapjoy/tass-lib/cloudwatch.rb,
lib/tapjoy/tass-lib/autoscaling.rb,
lib/tapjoy/tass-lib/Autoscaling/group.rb,
lib/tapjoy/tass-lib/Autoscaling/launch_config.rb
Overview
Module for Autoscaling Bootstrap
Defined Under Namespace
Modules: AWS, Version Classes: Base
Constant Summary collapse
Class Attribute Summary collapse
-
.config_name ⇒ Object
Returns the value of attribute config_name.
-
.create_elb ⇒ Object
Returns the value of attribute create_elb.
-
.elb_name ⇒ Object
Returns the value of attribute elb_name.
-
.scaler_name ⇒ Object
Returns the value of attribute scaler_name.
Class Method Summary collapse
Class Attribute Details
.config_name ⇒ Object
Returns the value of attribute config_name.
17 18 19 |
# File 'lib/tapjoy/tass-lib.rb', line 17 def config_name @config_name end |
.create_elb ⇒ Object
Returns the value of attribute create_elb.
17 18 19 |
# File 'lib/tapjoy/tass-lib.rb', line 17 def create_elb @create_elb end |
.elb_name ⇒ Object
Returns the value of attribute elb_name.
18 19 20 |
# File 'lib/tapjoy/tass-lib.rb', line 18 def elb_name @elb_name end |
.scaler_name ⇒ Object
Returns the value of attribute scaler_name.
17 18 19 |
# File 'lib/tapjoy/tass-lib.rb', line 17 def scaler_name @scaler_name end |
Class Method Details
.cloudwatch ⇒ Object
36 37 38 |
# File 'lib/tapjoy/tass-lib.rb', line 36 def cloudwatch @cloudwatch = Tapjoy::TassLib::CloudWatch.new end |
.config ⇒ Object
32 33 34 |
# File 'lib/tapjoy/tass-lib.rb', line 32 def config @config = Tapjoy::TassLib::Autoscaling::Config.new end |