Class: BitBalloon::DnsZone
Instance Attribute Summary
Attributes inherited from Model
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_records ⇒ Object
7 8 9 |
# File 'lib/bitballoon/dns_zone.rb', line 7 def dns_records DnsRecords.new(client, path) end |