Method: PulpcoreClient::Configuration#server_settings
- Defined in:
 - lib/pulpcore_client/configuration.rb
 
#server_settings ⇒ Object
Returns an array of Server setting
      262 263 264 265 266 267 268 269  | 
    
      # File 'lib/pulpcore_client/configuration.rb', line 262 def server_settings [ { url: "http://localhost:24817", description: "No description provided", } ] end  |