Method: Description::ELB#initialize
- Defined in:
- lib/maws/description/elb.rb
#initialize(description) ⇒ ELB
Returns a new instance of ELB.
2 3 4 5 |
# File 'lib/maws/description/elb.rb', line 2 def initialize(description) description[:service] ||= :elb @description = description end |