Class: ZAWS::ELB

Inherits:
Object
  • Object
show all
Defined in:
lib/zaws/elb.rb

Instance Method Summary collapse

Constructor Details

#initialize(shellout, aws) ⇒ ELB

Returns a new instance of ELB.



8
9
10
11
# File 'lib/zaws/elb.rb', line 8

def initialize(shellout,aws)
  @shellout=shellout
  @aws=aws
end

Instance Method Details

#load_balancerObject



13
14
15
16
# File 'lib/zaws/elb.rb', line 13

def load_balancer 
  @_load_balancer ||= (ZAWS::ELBServices::LoadBalancer.new(@shellout,@aws))
  return @_load_balancer
end