Method: Fleet::Configuration#reset
- Defined in:
- lib/fleet/configuration.rb
#reset ⇒ Object
31 32 33 34 35 36 37 |
# File 'lib/fleet/configuration.rb', line 31 def reset self.fleet_api_url = DEFAULT_FLEET_API_URL self.fleet_api_version = DEFAULT_FLEET_API_VERSION self.open_timeout = DEFAULT_OPEN_TIMEOUT self.read_timeout = DEFAULT_READ_TIMEOUT self.logger = DEFAULT_LOGGER end |