Class: PicsolveDockerBuilder::Helpers::Config::Base
- Inherits:
-
Object
- Object
- PicsolveDockerBuilder::Helpers::Config::Base
- Defined in:
- lib/picsolve_docker_builder/helpers/config/base.rb
Overview
Base class for a dynamic config object
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(_identifier) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(_identifier) ⇒ Base
Returns a new instance of Base.
10 11 |
# File 'lib/picsolve_docker_builder/helpers/config/base.rb', line 10 def initialize(_identifier) end |
Class Method Details
.name ⇒ Object
6 7 8 |
# File 'lib/picsolve_docker_builder/helpers/config/base.rb', line 6 def self.name nil end |