Method: Miasma::Types::Api#custom_setup
- Defined in:
- lib/miasma/types/api.rb
#custom_setup(creds) ⇒ TrueClass
Simple hook for concrete APIs to make adjustments prior to initialization and connection
37 38 39 |
# File 'lib/miasma/types/api.rb', line 37 def custom_setup(creds) true end |