Class: RedHatSupportLib::Network::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/network/http_connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_uriObject

Returns the value of attribute base_uri.



105
106
107
# File 'lib/network/http_connection.rb', line 105

def base_uri
  @base_uri
end

#log_locationObject

Returns the value of attribute log_location.



105
106
107
# File 'lib/network/http_connection.rb', line 105

def log_location
  @log_location
end

#passwordObject

Returns the value of attribute password.



105
106
107
# File 'lib/network/http_connection.rb', line 105

def password
  @password
end

#proxyObject

Returns the value of attribute proxy.



105
106
107
# File 'lib/network/http_connection.rb', line 105

def proxy
  @proxy
end

#user_agentObject

Returns the value of attribute user_agent.



105
106
107
# File 'lib/network/http_connection.rb', line 105

def user_agent
  @user_agent
end

#usernameObject

Returns the value of attribute username.



105
106
107
# File 'lib/network/http_connection.rb', line 105

def username
  @username
end