class Fog::DNS::AzureRM::ARecord

This class is giving an implementation of 'A' RecordSet type

Public Class Methods

parse(arecord) click to toggle source
# File lib/fog/azurerm/models/dns/a_record.rb, line 8
def self.parse(arecord)
  hash = get_hash_from_object(arecord)
  hash
end