Class: Orchparty::Kubernetes::FileBuilder

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(name, volume) ⇒ FileBuilder

Returns a new instance of FileBuilder.



345
346
347
# File 'lib/orchparty/dsl_parser_kubernetes.rb', line 345

def initialize(name, volume)
  super AST.service(filename: name, volume:)
end

Dynamic Method Handling

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