Class: Isurvey::Credentials
- Inherits:
-
Object
- Object
- Isurvey::Credentials
- Defined in:
- lib/isurvey.rb
Class Attribute Summary collapse
-
.company_identifier ⇒ Object
Returns the value of attribute company_identifier.
-
.survey_password ⇒ Object
Returns the value of attribute survey_password.
Class Attribute Details
.company_identifier ⇒ Object
Returns the value of attribute company_identifier.
13 14 15 |
# File 'lib/isurvey.rb', line 13 def company_identifier @company_identifier end |
.survey_password ⇒ Object
Returns the value of attribute survey_password.
13 14 15 |
# File 'lib/isurvey.rb', line 13 def survey_password @survey_password end |