Class: Mfp::Client::Settings

Inherits:
Data
  • Object
show all
Defined in:
lib/mfp/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#applicationObject (readonly)

Returns the value of attribute application

Returns:

  • (Object)

    the current value of application



5
6
7
# File 'lib/mfp/client.rb', line 5

def application
  @application
end

#ca_certsObject (readonly)

Returns the value of attribute ca_certs

Returns:

  • (Object)

    the current value of ca_certs



5
6
7
# File 'lib/mfp/client.rb', line 5

def ca_certs
  @ca_certs
end

#certObject (readonly)

Returns the value of attribute cert

Returns:

  • (Object)

    the current value of cert



5
6
7
# File 'lib/mfp/client.rb', line 5

def cert
  @cert
end

#disable_compressionObject (readonly)

Returns the value of attribute disable_compression

Returns:

  • (Object)

    the current value of disable_compression



5
6
7
# File 'lib/mfp/client.rb', line 5

def disable_compression
  @disable_compression
end

#hostnameObject (readonly)

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



5
6
7
# File 'lib/mfp/client.rb', line 5

def hostname
  @hostname
end

#idle_timeout_secsObject (readonly)

Returns the value of attribute idle_timeout_secs

Returns:

  • (Object)

    the current value of idle_timeout_secs



5
6
7
# File 'lib/mfp/client.rb', line 5

def idle_timeout_secs
  @idle_timeout_secs
end

#insecureObject (readonly)

Returns the value of attribute insecure

Returns:

  • (Object)

    the current value of insecure



5
6
7
# File 'lib/mfp/client.rb', line 5

def insecure
  @insecure
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/mfp/client.rb', line 5

def key
  @key
end

#loggerObject (readonly)

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



5
6
7
# File 'lib/mfp/client.rb', line 5

def logger
  @logger
end

#ping_timeout_secsObject (readonly)

Returns the value of attribute ping_timeout_secs

Returns:

  • (Object)

    the current value of ping_timeout_secs



5
6
7
# File 'lib/mfp/client.rb', line 5

def ping_timeout_secs
  @ping_timeout_secs
end