20 21 22 23 24 25
# File 'lib/fog/bluebox/models/dns/records.rb', line 20 def get(record_id) data = connection.get_record(zone.identity, record_id).body new(data) rescue Fog::Service::NotFound nil end