Class: EtFakeCcd::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/et_fake_ccd/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#create_case_schema_fileObject

Returns the value of attribute create_case_schema_file.



9
10
11
# File 'lib/et_fake_ccd/config.rb', line 9

def create_case_schema_file
  @create_case_schema_file
end

#file_storage_pathObject

Returns the value of attribute file_storage_path.



8
9
10
# File 'lib/et_fake_ccd/config.rb', line 8

def file_storage_path
  @file_storage_path
end

#microserviceObject

Returns the value of attribute microservice.



7
8
9
# File 'lib/et_fake_ccd/config.rb', line 7

def microservice
  @microservice
end

#microservice_secretObject

Returns the value of attribute microservice_secret.



7
8
9
# File 'lib/et_fake_ccd/config.rb', line 7

def microservice_secret
  @microservice_secret
end

#oauth2_client_idObject

Returns the value of attribute oauth2_client_id.



7
8
9
# File 'lib/et_fake_ccd/config.rb', line 7

def oauth2_client_id
  @oauth2_client_id
end

#oauth2_redirect_urlObject

Returns the value of attribute oauth2_redirect_url.



7
8
9
# File 'lib/et_fake_ccd/config.rb', line 7

def oauth2_redirect_url
  @oauth2_redirect_url
end

#valid_credentialsObject

Returns the value of attribute valid_credentials.



7
8
9
# File 'lib/et_fake_ccd/config.rb', line 7

def valid_credentials
  @valid_credentials
end