class Fog::Bluebox::DNS::Mock

Public Instance Methods

create_record(zone_id, type, domain, content) click to toggle source
# File lib/fog/bluebox/requests/dns/update_record.rb, line 24
def create_record(zone_id, type, domain, content)
  Fog::Mock.not_implemented
end