Class: Taleo::Packet
- Defined in:
- lib/taleo/packet.rb,
lib/taleo/employee.rb
Overview
Stub for Packet resource class
Instance Attribute Summary
Attributes inherited from Resource
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_id ⇒ Object
16 17 18 |
# File 'lib/taleo/packet.rb', line 16 def employee_id data.fetch('employeeId') end |
#id ⇒ Object
12 13 14 |
# File 'lib/taleo/packet.rb', line 12 def id data.fetch('activityPacketId') end |