Class: Taleo::Packet

Inherits:
Resource show all
Defined in:
lib/taleo/packet.rb,
lib/taleo/employee.rb

Overview

Stub for Packet resource class

Instance Attribute Summary

Attributes inherited from Resource

#client, #data

Instance Method Summary collapse

Methods inherited from Resource

has_many, has_one, #initialize, #related_resource, #related_resources, #relationship_urls

Constructor Details

This class inherits a constructor from Taleo::Resource

Instance Method Details

#employee_idObject



16
17
18
# File 'lib/taleo/packet.rb', line 16

def employee_id
  data.fetch('employeeId')
end

#idObject



12
13
14
# File 'lib/taleo/packet.rb', line 12

def id
  data.fetch('activityPacketId')
end