Class: Cb::Models::Application::Form
- Inherits:
-
Cb::Models::ApiResponseModel
- Object
- Cb::Models::ApiResponseModel
- Cb::Models::Application::Form
- Defined in:
- lib/cb/models/implementations/application/form.rb
Instance Attribute Summary collapse
-
#degree_required ⇒ Object
readonly
Returns the value of attribute degree_required.
-
#experience_required ⇒ Object
readonly
Returns the value of attribute experience_required.
-
#external_application ⇒ Object
readonly
Returns the value of attribute external_application.
-
#is_shared_apply ⇒ Object
readonly
Returns the value of attribute is_shared_apply.
-
#job_did ⇒ Object
readonly
Returns the value of attribute job_did.
-
#job_title ⇒ Object
readonly
Returns the value of attribute job_title.
-
#question_list ⇒ Object
readonly
Returns the value of attribute question_list.
-
#requirements ⇒ Object
readonly
Returns the value of attribute requirements.
-
#total_questions ⇒ Object
readonly
Returns the value of attribute total_questions.
-
#total_required_questions ⇒ Object
readonly
Returns the value of attribute total_required_questions.
-
#travel_required ⇒ Object
readonly
Returns the value of attribute travel_required.
Attributes inherited from Cb::Models::ApiResponseModel
Method Summary
Methods inherited from Cb::Models::ApiResponseModel
Constructor Details
This class inherits a constructor from Cb::Models::ApiResponseModel
Instance Attribute Details
#degree_required ⇒ Object (readonly)
Returns the value of attribute degree_required.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def degree_required @degree_required end |
#experience_required ⇒ Object (readonly)
Returns the value of attribute experience_required.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def experience_required @experience_required end |
#external_application ⇒ Object (readonly)
Returns the value of attribute external_application.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def external_application @external_application end |
#is_shared_apply ⇒ Object (readonly)
Returns the value of attribute is_shared_apply.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def is_shared_apply @is_shared_apply end |
#job_did ⇒ Object (readonly)
Returns the value of attribute job_did.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def job_did @job_did end |
#job_title ⇒ Object (readonly)
Returns the value of attribute job_title.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def job_title @job_title end |
#question_list ⇒ Object (readonly)
Returns the value of attribute question_list.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def question_list @question_list end |
#requirements ⇒ Object (readonly)
Returns the value of attribute requirements.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def requirements @requirements end |
#total_questions ⇒ Object (readonly)
Returns the value of attribute total_questions.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def total_questions @total_questions end |
#total_required_questions ⇒ Object (readonly)
Returns the value of attribute total_required_questions.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def total_required_questions @total_required_questions end |
#travel_required ⇒ Object (readonly)
Returns the value of attribute travel_required.
6 7 8 |
# File 'lib/cb/models/implementations/application/form.rb', line 6 def travel_required @travel_required end |