Class: Taleo::Location
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
#id ⇒ Object
5 6 7 |
# File 'lib/taleo/location.rb', line 5 def id data.fetch('id') end |
#name ⇒ Object
9 10 11 |
# File 'lib/taleo/location.rb', line 9 def name data.fetch('locationName') end |