Class: Etcd::Client::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/etcd/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_redirectObject

Returns the value of attribute allow_redirect

Returns:

  • (Object)

    the current value of allow_redirect



33
34
35
# File 'lib/etcd/client.rb', line 33

def allow_redirect
  @allow_redirect
end

#ca_fileObject

Returns the value of attribute ca_file

Returns:

  • (Object)

    the current value of ca_file



33
34
35
# File 'lib/etcd/client.rb', line 33

def ca_file
  @ca_file
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



33
34
35
# File 'lib/etcd/client.rb', line 33

def password
  @password
end

#read_timeoutObject

Returns the value of attribute read_timeout

Returns:

  • (Object)

    the current value of read_timeout



33
34
35
# File 'lib/etcd/client.rb', line 33

def read_timeout
  @read_timeout
end

#ssl_certObject

Returns the value of attribute ssl_cert

Returns:

  • (Object)

    the current value of ssl_cert



33
34
35
# File 'lib/etcd/client.rb', line 33

def ssl_cert
  @ssl_cert
end

#ssl_keyObject

Returns the value of attribute ssl_key

Returns:

  • (Object)

    the current value of ssl_key



33
34
35
# File 'lib/etcd/client.rb', line 33

def ssl_key
  @ssl_key
end

#use_sslObject

Returns the value of attribute use_ssl

Returns:

  • (Object)

    the current value of use_ssl



33
34
35
# File 'lib/etcd/client.rb', line 33

def use_ssl
  @use_ssl
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



33
34
35
# File 'lib/etcd/client.rb', line 33

def user_name
  @user_name
end

#verify_modeObject

Returns the value of attribute verify_mode

Returns:

  • (Object)

    the current value of verify_mode



33
34
35
# File 'lib/etcd/client.rb', line 33

def verify_mode
  @verify_mode
end