Class: EtFakeCcd::Config
- Inherits:
-
Object
- Object
- EtFakeCcd::Config
- Includes:
- Singleton
- Defined in:
- lib/et_fake_ccd/config.rb
Instance Attribute Summary collapse
-
#create_case_schema_file ⇒ Object
Returns the value of attribute create_case_schema_file.
-
#file_storage_path ⇒ Object
Returns the value of attribute file_storage_path.
-
#microservice ⇒ Object
Returns the value of attribute microservice.
-
#microservice_secret ⇒ Object
Returns the value of attribute microservice_secret.
-
#oauth2_client_id ⇒ Object
Returns the value of attribute oauth2_client_id.
-
#oauth2_redirect_url ⇒ Object
Returns the value of attribute oauth2_redirect_url.
-
#valid_credentials ⇒ Object
Returns the value of attribute valid_credentials.
Instance Attribute Details
#create_case_schema_file ⇒ Object
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_path ⇒ Object
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 |
#microservice ⇒ Object
Returns the value of attribute microservice.
7 8 9 |
# File 'lib/et_fake_ccd/config.rb', line 7 def microservice @microservice end |
#microservice_secret ⇒ Object
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_id ⇒ Object
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_url ⇒ Object
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_credentials ⇒ Object
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 |