Class: EtCcdClient::UiRemoteConfig

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/et_ccd_client/ui_remote_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_urlObject

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_urlObject

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_urlObject

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_urlObject

Returns the value of attribute login_url.



7
8
9
# File 'lib/et_ccd_client/ui_remote_config.rb', line 7

def 
  @login_url
end

#logout_urlObject

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_idObject

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_urlObject

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_sizeObject

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_urlObject

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_urlObject

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