Method: Awspec::Type::Ec2#initialize
- Defined in:
- lib/awspec/type/ec2.rb
#initialize(name) ⇒ Ec2
Returns a new instance of Ec2.
10 11 12 13 |
# File 'lib/awspec/type/ec2.rb', line 10 def initialize(name) super @display_name = name end |