Class: Fog::DNS::AzureRM::ARecord

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/azurerm/models/dns/a_record.rb

Overview

This class is giving an implementation of ‘A’ RecordSet type

Class Method Summary collapse

Class Method Details

.parse(arecord) ⇒ Object



8
9
10
11
# File 'lib/fog/azurerm/models/dns/a_record.rb', line 8

def self.parse(arecord)
  hash = get_hash_from_object(arecord)
  hash
end