class Fog::DNS::Dreamhost
Public Instance Methods
new(attributes = {})
click to toggle source
Calls superclass method
# File lib/fog/dreamhost/models/dns/records.rb, line 28 def new(attributes = {}) requires :zone super({ :zone => zone }.merge!(attributes)) end