Class: RrxConfig::Sources::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rrx_config/sources/base.rb

Direct Known Subclasses

AwsSecretSource, EnvironmentSource, LocalSource

Instance Method Summary collapse

Instance Method Details

#readObject



6
7
8
# File 'lib/rrx_config/sources/base.rb', line 6

def read
  throw NotImplementedError
end