Class: Cb::Models::Application::Resume
- Inherits:
-
Cb::Models::ApiResponseModel
- Object
- Cb::Models::ApiResponseModel
- Cb::Models::Application::Resume
- Defined in:
- lib/cb/models/implementations/application/resume.rb
Instance Attribute Summary collapse
-
#external_resume_id ⇒ Object
Returns the value of attribute external_resume_id.
-
#resume_data ⇒ Object
Returns the value of attribute resume_data.
-
#resume_extension ⇒ Object
Returns the value of attribute resume_extension.
-
#resume_file_name ⇒ Object
Returns the value of attribute resume_file_name.
-
#resume_title ⇒ Object
Returns the value of attribute resume_title.
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
#external_resume_id ⇒ Object
Returns the value of attribute external_resume_id.
15 16 17 |
# File 'lib/cb/models/implementations/application/resume.rb', line 15 def external_resume_id @external_resume_id end |
#resume_data ⇒ Object
Returns the value of attribute resume_data.
15 16 17 |
# File 'lib/cb/models/implementations/application/resume.rb', line 15 def resume_data @resume_data end |
#resume_extension ⇒ Object
Returns the value of attribute resume_extension.
15 16 17 |
# File 'lib/cb/models/implementations/application/resume.rb', line 15 def resume_extension @resume_extension end |
#resume_file_name ⇒ Object
Returns the value of attribute resume_file_name.
15 16 17 |
# File 'lib/cb/models/implementations/application/resume.rb', line 15 def resume_file_name @resume_file_name end |
#resume_title ⇒ Object
Returns the value of attribute resume_title.
15 16 17 |
# File 'lib/cb/models/implementations/application/resume.rb', line 15 def resume_title @resume_title end |