Class: Orchparty::Kubernetes::ServiceWithoutNameBuilder

Inherits:
CommonBuilder show all
Defined in:
lib/orchparty/dsl_parser_kubernetes.rb

Instance Method Summary collapse

Methods inherited from CommonBuilder

#_build, #method_missing, #mix, #variables

Methods inherited from Builder

#assign_or_merge, build

Constructor Details

#initialize(type) ⇒ ServiceWithoutNameBuilder

Returns a new instance of ServiceWithoutNameBuilder.



319
320
321
# File 'lib/orchparty/dsl_parser_kubernetes.rb', line 319

def initialize( type)
  super AST.service(_type: type)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Orchparty::Kubernetes::CommonBuilder