Method: Awspec::Type::Eks#initialize

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

#initialize(name) ⇒ Eks

Returns a new instance of Eks.



3
4
5
6
# File 'lib/awspec/type/eks.rb', line 3

def initialize(name)
  super
  @name = name
end