Class: Unleash::Bootstrap::Provider::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/unleash/bootstrap/provider/base.rb

Direct Known Subclasses

FromFile, FromUrl

Instance Method Summary collapse

Instance Method Details

#readObject

Raises:



8
9
10
# File 'lib/unleash/bootstrap/provider/base.rb', line 8

def read
  raise NotImplemented, "Bootstrap is not implemented"
end