1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/models/dns
George Scott 67c679854f [aws|dns] Reimplemented #get
#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.
2012-03-31 10:13:53 -07:00
..
record.rb [aws|dns] Support for latency/weighted resource sets. 2012-03-28 13:50:56 -07:00
records.rb [aws|dns] Reimplemented #get 2012-03-31 10:13:53 -07:00
zone.rb [dns|aws] move aws dns to its own shared area (namespacing should probably be corrected) 2011-08-24 20:00:45 -05:00
zones.rb [aws|dns] Support for latency/weighted resource sets. 2012-03-28 13:50:56 -07:00