Class: Cassia::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cassia/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ac_urlObject

Returns the value of attribute ac_url.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def ac_url
  @ac_url
end

#ca_fileObject

Returns the value of attribute ca_file.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def ca_file
  @ca_file
end

#ca_pathObject

Returns the value of attribute ca_path.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def ca_path
  @ca_path
end

#client_certObject

Returns the value of attribute client_cert.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def client_cert
  @client_cert
end

#client_idObject

Returns the value of attribute client_id.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def client_id
  @client_id
end

#client_keyObject

Returns the value of attribute client_key.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def client_key
  @client_key
end

#secretObject

Returns the value of attribute secret.



3
4
5
# File 'lib/cassia/configuration.rb', line 3

def secret
  @secret
end