class Backup::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/backup/config/helpers.rb, line 132
def _attributes
  @table.keys
end
reset!() click to toggle source

Used only within the specs

# File lib/backup/config/helpers.rb, line 137
def reset!
  @table.clear
end