Method: Dnsimple::Struct::ZoneFile#zone

Defined in:
lib/dnsimple/struct/zone_file.rb

#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