fog--fog/lib/fog/dnsmadeeasy/models/dns
Hippie Hacker 3cfb5e287d zone.id instead of zone.domain
domain=nil for me... but id looks good

```
dme.zones.find{ |z| z.id == 'foo.instantinfrastructure.com'}.records.find_all{|r| r.name=='foo' && r.type=='A'}.first.zone
=>   <Fog::DNS::DNSMadeEasy::Zone
    id="foo.instantinfrastructure.com",
    domain=nil,
    gtd_enabled=nil,
    nameservers=nil
  >
```
2015-03-05 15:33:03 -08:00
..
record.rb zone.id instead of zone.domain 2015-03-05 15:33:03 -08:00
records.rb Standardise empty lines throughout codebase 2014-05-26 14:20:02 +01:00
zone.rb Standardise empty lines throughout codebase 2014-05-26 14:20:02 +01:00
zones.rb Standardise on collection methods 2014-05-26 16:22:07 +01:00