Class: BitBalloon::DnsZone

Inherits:
Model
  • Object
show all
Defined in:
lib/bitballoon/dns_zone.rb

Instance Attribute Summary

Attributes inherited from Model

#attributes, #client, #prefix

Instance Method Summary collapse

Methods inherited from Model

#collection, collection, #destroy, fields, #initialize, #path, #process, #refresh, #update

Constructor Details

This class inherits a constructor from BitBalloon::Model

Instance Method Details

#dns_recordsObject



7
8
9
# File 'lib/bitballoon/dns_zone.rb', line 7

def dns_records
  DnsRecords.new(client, path)
end