Method: Awspec::Type::Eks#initialize

Defined in:
lib/awspec/type/eks.rb

#initialize(name) ⇒ Eks

Returns a new instance of Eks.



5
6
7
8
# File 'lib/awspec/type/eks.rb', line 5

def initialize(name)
  super
  @name = name
end