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