Sha256: cc5630653a6bdad2a93ffcf51236ecb8d7554acb26df69230908ba879b2939a0
Contents?: true
Size: 174 Bytes
Versions: 4
Compression:
Stored size: 174 Bytes
Contents
require 'taleo/resource' module Taleo class Location < Resource def id data.fetch('id') end def name data.fetch('locationName') end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
taleo-0.6.0 | lib/taleo/location.rb |
taleo-0.5.0 | lib/taleo/location.rb |
taleo-0.4.0 | lib/taleo/location.rb |
taleo-0.3.0 | lib/taleo/location.rb |