mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
67c679854f
#get was not working correctly. It was not using the :identity attribute of the record as its argument, was calling #get_change which does not return a record. #get now takes a record name as its first argument and returns the first matching argument or nil. It also take two optional arguments, type and identifier, which allow one to select a specific record as needed, without iterating through multiple records. |
||
---|---|---|
.. | ||
record.rb | ||
records.rb | ||
zone.rb | ||
zones.rb |