class DockerBuilder::Config::Defaults
Store for pre-configured defaults.
Public Instance Methods
_attributes()
click to toggle source
Returns an Array of all attribute method names that default values were set for.
# File lib/docker_builder/config/helpers.rb, line 88 def _attributes @table.keys end
reset!()
click to toggle source
Used only within the specs
# File lib/docker_builder/config/helpers.rb, line 93 def reset! @table.clear end