Class: OneApm::Support::ProxyServer

Inherits:
Struct
  • Object
show all
Defined in:
lib/one_apm/support/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/one_apm/support/server.rb', line 8

def name
  @name
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'lib/one_apm/support/server.rb', line 8

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



8
9
10
# File 'lib/one_apm/support/server.rb', line 8

def port
  @port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



8
9
10
# File 'lib/one_apm/support/server.rb', line 8

def user
  @user
end