Class: NFAgent::Proxy

Inherits:
Object
  • Object
show all
Defined in:
lib/nfagent/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/nfagent/config.rb', line 3

def host
  @host
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/nfagent/config.rb', line 3

def password
  @password
end

#portObject

Returns the value of attribute port.



3
4
5
# File 'lib/nfagent/config.rb', line 3

def port
  @port
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/nfagent/config.rb', line 3

def user
  @user
end