Module: DNS::Zonefile::ZonefileGrammar::CnameRecord0

Defined in:
lib/dns/zonefile/parser.rb

Instance Method Summary collapse

Instance Method Details

#hostObject



1059
1060
1061
# File 'lib/dns/zonefile/parser.rb', line 1059

def host
  elements[0]
end

#klassObject



1071
1072
1073
# File 'lib/dns/zonefile/parser.rb', line 1071

def klass
  elements[3]
end

#space1Object



1063
1064
1065
# File 'lib/dns/zonefile/parser.rb', line 1063

def space1
  elements[1]
end

#space2Object



1075
1076
1077
# File 'lib/dns/zonefile/parser.rb', line 1075

def space2
  elements[5]
end

#targetObject



1079
1080
1081
# File 'lib/dns/zonefile/parser.rb', line 1079

def target
  elements[6]
end

#ttlObject



1067
1068
1069
# File 'lib/dns/zonefile/parser.rb', line 1067

def ttl
  elements[2]
end