Commit Graph

7 Commits

Author SHA1 Message Date
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
Paul Thornthwaite ec8b940b2c Standardise on collection methods
Done with `rubocop --auto-correct --only CollectionMethods`
2014-05-26 16:22:07 +01:00
Paul Thornthwaite 2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Eric Hankins 226a935fba Add TTL on save rather than initialize.
Move the TTL default assignment to the #save method instead of applying
it on object initialization.
2013-05-14 16:45:42 -05:00
Paul Thornthwaite 322cf0c56a [dns_made_easy|dns] Updates reference to service 2013-01-07 20:53:28 +00:00
Peter Weldon e34163465d [dnsmadeeasy|dns] Fix Fog::DNS::DNSMadeEasy::Record#save to handle updating a record correctly. 2011-11-05 17:31:33 -07:00
geemus 83d915304b [dns|dnsmadeeasy] move dnsmadeeasy dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:54:20 -05:00