Class: ZAWS::ELB
- Inherits:
-
Object
- Object
- ZAWS::ELB
- Defined in:
- lib/zaws/services/elb.rb
Instance Method Summary collapse
-
#initialize(shellout, aws, undofile = nil) ⇒ ELB
constructor
A new instance of ELB.
- #load_balancer ⇒ Object
Constructor Details
#initialize(shellout, aws, undofile = nil) ⇒ ELB
Returns a new instance of ELB.
8 9 10 11 12 |
# File 'lib/zaws/services/elb.rb', line 8 def initialize(shellout,aws,undofile=nil) @shellout=shellout @aws=aws @undofile=undofile end |
Instance Method Details
#load_balancer ⇒ Object
14 15 16 17 |
# File 'lib/zaws/services/elb.rb', line 14 def load_balancer @_load_balancer ||= (ZAWS::Services::ELB::LoadBalancer.new(@shellout,@aws,@undofile)) return @_load_balancer end |