Class: Orchparty::Kubernetes::AllBuilder

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

#initializeAllBuilder

Returns a new instance of AllBuilder.



306
307
308
# File 'lib/orchparty/dsl_parser_kubernetes.rb', line 306

def initialize
  super AST.all
end

Dynamic Method Handling

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