Top Level Namespace
Defined Under Namespace
Modules: VNCPostAPI
Instance Method Summary collapse
Instance Method Details
#reload! ⇒ Object
19 20 21 22 23 |
# File 'lib/dev/zeitwerk_loader.rb', line 19 def reload! $__vncpost_api_loader__.reload set_config true end |
#set_config ⇒ Object
1 2 3 4 5 6 7 |
# File 'lib/dev/config.rb', line 1 def set_config VNCPostAPI.configure do |config| config.testing = true config.username = ENV["VNCPOST_USERNAME"] config.password = ENV["VNCPOST_PASSWORD"] end end |