Class: ZAWS::AWSCLI::Commands::ELB
- Inherits:
-
Object
- Object
- ZAWS::AWSCLI::Commands::ELB
- Defined in:
- lib/zaws/external/awscli/commands/elb.rb
Instance Method Summary collapse
- #describeLoadBalancers ⇒ Object
-
#initialize(shellout, aws) ⇒ ELB
constructor
A new instance of ELB.
Constructor Details
#initialize(shellout, aws) ⇒ ELB
Returns a new instance of ELB.
5 6 7 8 |
# File 'lib/zaws/external/awscli/commands/elb.rb', line 5 def initialize(shellout, aws) @shellout=shellout @aws=aws end |