Class: Spear::Structure::Resume::Ownall
- Defined in:
- lib/spear/structure/resume/ownall.rb
Instance Attribute Summary collapse
-
#resumes ⇒ Object
readonly
Returns the value of attribute resumes.
Attributes inherited from Base
#error_message, #response, #root, #status
Instance Method Summary collapse
-
#initialize(response) ⇒ Ownall
constructor
A new instance of Ownall.
Methods inherited from Base
Constructor Details
#initialize(response) ⇒ Ownall
Returns a new instance of Ownall.
7 8 9 10 |
# File 'lib/spear/structure/resume/ownall.rb', line 7 def initialize(response) super(response) @resumes = extract_resume(@root['Resumes']) rescue nil end |
Instance Attribute Details
#resumes ⇒ Object (readonly)
Returns the value of attribute resumes.
5 6 7 |
# File 'lib/spear/structure/resume/ownall.rb', line 5 def resumes @resumes end |