Method: Fog::DNS::DNSMadeEasy::Records#new

Defined in:
lib/rackspace-fog/dnsmadeeasy/models/dns/records.rb

#new(attributes = {}) ⇒ Object



27
28
29
30
# File 'lib/rackspace-fog/dnsmadeeasy/models/dns/records.rb', line 27

def new(attributes = {})
  requires :zone
  super({ :zone => zone }.merge!(attributes))
end