class Spear::Structure::Resume::Edit

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/edit.rb, line 8
def initialize(response)
  super(response)

  @external_id = @root['Request']['ExternalID']
  @user_external_id = @root['Request']['ExternalUserID']
  @title = @root['Request']['Title']
end