Class: Cb::Models::Application::Form

Inherits:
Cb::Models::ApiResponseModel show all
Defined in:
lib/cb/models/implementations/application/form.rb

Instance Attribute Summary collapse

Attributes inherited from Cb::Models::ApiResponseModel

#api_response

Method Summary

Methods inherited from Cb::Models::ApiResponseModel

#initialize

Constructor Details

This class inherits a constructor from Cb::Models::ApiResponseModel

Instance Attribute Details

#degree_requiredObject (readonly)

Returns the value of attribute degree_required.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def degree_required
  @degree_required
end

#experience_requiredObject (readonly)

Returns the value of attribute experience_required.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def experience_required
  @experience_required
end

#external_applicationObject (readonly)

Returns the value of attribute external_application.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def external_application
  @external_application
end

#is_dynamic_screenerObject (readonly)

Returns the value of attribute is_dynamic_screener.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def is_dynamic_screener
  @is_dynamic_screener
end

#is_shared_applyObject (readonly)

Returns the value of attribute is_shared_apply.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def is_shared_apply
  @is_shared_apply
end

#is_two_step_applyObject (readonly)

Returns the value of attribute is_two_step_apply.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def is_two_step_apply
  @is_two_step_apply
end

#job_didObject (readonly)

Returns the value of attribute job_did.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def job_did
  @job_did
end

#job_titleObject (readonly)

Returns the value of attribute job_title.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def job_title
  @job_title
end

#question_listObject (readonly)

Returns the value of attribute question_list.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def question_list
  @question_list
end

#requirementsObject (readonly)

Returns the value of attribute requirements.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def requirements
  @requirements
end

#total_questionsObject (readonly)

Returns the value of attribute total_questions.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def total_questions
  @total_questions
end

#total_required_questionsObject (readonly)

Returns the value of attribute total_required_questions.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def total_required_questions
  @total_required_questions
end

#travel_requiredObject (readonly)

Returns the value of attribute travel_required.



15
16
17
# File 'lib/cb/models/implementations/application/form.rb', line 15

def travel_required
  @travel_required
end