class Fog::DNS::Dreamhost

Public Instance Methods

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