Method: Awspec::Type::Emr#initialize
- Defined in:
- lib/awspec/type/emr.rb
#initialize(id) ⇒ Emr
Returns a new instance of Emr.
7 8 9 10 |
# File 'lib/awspec/type/emr.rb', line 7 def initialize(id) super @id = id end |
Returns a new instance of Emr.
7 8 9 10 |
# File 'lib/awspec/type/emr.rb', line 7 def initialize(id) super @id = id end |