Class: PansophyAuthenticator::Configuration::Remote
- Defined in:
- lib/pansophy_authenticator/configuration/remote.rb
Instance Method Summary collapse
Methods inherited from Base
#local?, #remote?, #valid?, #verification
Instance Method Details
#errors ⇒ Object
4 5 6 7 8 9 |
# File 'lib/pansophy_authenticator/configuration/remote.rb', line 4 def errors errors = super return errors + ['Bucket name is not defined'] if @bucket_name.nil? return errors + ['File path is not defined'] if @file_path.nil? errors end |