class Spear::Structure::Resume::Create
Attributes
company_experiences[RW]
educations[RW]
external_id[R]
title[RW]
total_years_experience[RW]
user_external_id[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Spear::Structure::Base::new
# File lib/spear/structure/resume/create.rb, line 8 def initialize(response) super(response) @external_id = @root['ResponseExternalID'] @user_external_id = @root['Request']['ExternalUserID'] @title = @root['Request']['Title'] end