Class: Mfp::Client::Settings
- Inherits:
-
Data
- Object
- Data
- Mfp::Client::Settings
- Defined in:
- lib/mfp/client.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
readonly
Returns the value of attribute application.
-
#ca_certs ⇒ Object
readonly
Returns the value of attribute ca_certs.
-
#cert ⇒ Object
readonly
Returns the value of attribute cert.
-
#disable_compression ⇒ Object
readonly
Returns the value of attribute disable_compression.
-
#hostname ⇒ Object
readonly
Returns the value of attribute hostname.
-
#idle_timeout_secs ⇒ Object
readonly
Returns the value of attribute idle_timeout_secs.
-
#insecure ⇒ Object
readonly
Returns the value of attribute insecure.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#ping_timeout_secs ⇒ Object
readonly
Returns the value of attribute ping_timeout_secs.
Instance Attribute Details
#application ⇒ Object (readonly)
Returns the value of attribute application
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def application @application end |
#ca_certs ⇒ Object (readonly)
Returns the value of attribute ca_certs
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def ca_certs @ca_certs end |
#cert ⇒ Object (readonly)
Returns the value of attribute cert
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def cert @cert end |
#disable_compression ⇒ Object (readonly)
Returns the value of attribute disable_compression
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def disable_compression @disable_compression end |
#hostname ⇒ Object (readonly)
Returns the value of attribute hostname
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def hostname @hostname end |
#idle_timeout_secs ⇒ Object (readonly)
Returns the value of attribute idle_timeout_secs
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def idle_timeout_secs @idle_timeout_secs end |
#insecure ⇒ Object (readonly)
Returns the value of attribute insecure
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def insecure @insecure end |
#key ⇒ Object (readonly)
Returns the value of attribute key
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def key @key end |
#logger ⇒ Object (readonly)
Returns the value of attribute logger
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def logger @logger end |
#ping_timeout_secs ⇒ Object (readonly)
Returns the value of attribute ping_timeout_secs
5 6 7 |
# File 'lib/mfp/client.rb', line 5 def ping_timeout_secs @ping_timeout_secs end |