Class: EtCcdClient::UiRemoteConfig
- Inherits:
-
Object
- Object
- EtCcdClient::UiRemoteConfig
- Includes:
- Singleton
- Defined in:
- lib/et_ccd_client/ui_remote_config.rb
Instance Attribute Summary collapse
-
#api_url ⇒ Object
readonly
Returns the value of attribute api_url.
-
#case_data_url ⇒ Object
readonly
Returns the value of attribute case_data_url.
-
#document_management_url ⇒ Object
readonly
Returns the value of attribute document_management_url.
-
#login_url ⇒ Object
readonly
Returns the value of attribute login_url.
-
#logout_url ⇒ Object
readonly
Returns the value of attribute logout_url.
-
#oauth2_client_id ⇒ Object
readonly
Returns the value of attribute oauth2_client_id.
-
#oauth2_token_endpoint_url ⇒ Object
readonly
Returns the value of attribute oauth2_token_endpoint_url.
-
#pagination_page_size ⇒ Object
readonly
Returns the value of attribute pagination_page_size.
-
#postcode_lookup_url ⇒ Object
readonly
Returns the value of attribute postcode_lookup_url.
-
#remote_document_management_url ⇒ Object
readonly
Returns the value of attribute remote_document_management_url.
Instance Attribute Details
#api_url ⇒ Object
Returns the value of attribute api_url.
7 8 9 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7 def api_url @api_url end |
#case_data_url ⇒ Object
Returns the value of attribute case_data_url.
7 8 9 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7 def case_data_url @case_data_url end |
#document_management_url ⇒ Object
Returns the value of attribute document_management_url.
7 8 9 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7 def document_management_url @document_management_url end |
#login_url ⇒ Object
Returns the value of attribute login_url.
7 8 9 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7 def login_url @login_url end |
#logout_url ⇒ Object
Returns the value of attribute logout_url.
7 8 9 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7 def logout_url @logout_url end |
#oauth2_client_id ⇒ Object
Returns the value of attribute oauth2_client_id.
8 9 10 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 8 def oauth2_client_id @oauth2_client_id end |
#oauth2_token_endpoint_url ⇒ Object
Returns the value of attribute oauth2_token_endpoint_url.
8 9 10 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 8 def oauth2_token_endpoint_url @oauth2_token_endpoint_url end |
#pagination_page_size ⇒ Object
Returns the value of attribute pagination_page_size.
8 9 10 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 8 def pagination_page_size @pagination_page_size end |
#postcode_lookup_url ⇒ Object
Returns the value of attribute postcode_lookup_url.
8 9 10 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 8 def postcode_lookup_url @postcode_lookup_url end |
#remote_document_management_url ⇒ Object
Returns the value of attribute remote_document_management_url.
7 8 9 |
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7 def remote_document_management_url @remote_document_management_url end |