Class: Hudson::Settings::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/hudson-remote-api/settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#crumbObject

Returns the value of attribute crumb

Returns:

  • (Object)

    the current value of crumb



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def crumb
  @crumb
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def host
  @host
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def password
  @password
end

#proxy_hostObject

Returns the value of attribute proxy_host

Returns:

  • (Object)

    the current value of proxy_host



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def proxy_host
  @proxy_host
end

#proxy_portObject

Returns the value of attribute proxy_port

Returns:

  • (Object)

    the current value of proxy_port



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def proxy_port
  @proxy_port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def user
  @user
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



4
5
6
# File 'lib/hudson-remote-api/settings.rb', line 4

def version
  @version
end