Class: SsciInc::Configuration
- Inherits:
-
Object
- Object
- SsciInc::Configuration
- Defined in:
- lib/ssci_inc/configuration.rb
Instance Attribute Summary collapse
-
#account_code ⇒ Object
Returns the value of attribute account_code.
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#password ⇒ Object
Returns the value of attribute password.
-
#report_uri ⇒ Object
Returns the value of attribute report_uri.
-
#site_identifier ⇒ Object
Returns the value of attribute site_identifier.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#account_code ⇒ Object
Returns the value of attribute account_code.
4 5 6 |
# File 'lib/ssci_inc/configuration.rb', line 4 def account_code @account_code end |
#base_uri ⇒ Object
Returns the value of attribute base_uri.
4 5 6 |
# File 'lib/ssci_inc/configuration.rb', line 4 def base_uri @base_uri end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/ssci_inc/configuration.rb', line 4 def password @password end |
#report_uri ⇒ Object
Returns the value of attribute report_uri.
4 5 6 |
# File 'lib/ssci_inc/configuration.rb', line 4 def report_uri @report_uri end |
#site_identifier ⇒ Object
Returns the value of attribute site_identifier.
4 5 6 |
# File 'lib/ssci_inc/configuration.rb', line 4 def site_identifier @site_identifier end |
#user_name ⇒ Object
Returns the value of attribute user_name.
4 5 6 |
# File 'lib/ssci_inc/configuration.rb', line 4 def user_name @user_name end |