Class: Dnsimple::Struct::ZoneFile

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/zone_file.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#zoneString

Returns The zone file contents.

Returns:

  • (String)

    The zone file contents.



8
9
10
# File 'lib/dnsimple/struct/zone_file.rb', line 8

def zone
  @zone
end