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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1112
1113
1114
# File 'lib/dns/zonefile/parser.rb', line 1112

def host
  elements[0]
end

#klassObject



1128
1129
1130
# File 'lib/dns/zonefile/parser.rb', line 1128

def klass
  elements[4]
end

#ms_ageObject



1120
1121
1122
# File 'lib/dns/zonefile/parser.rb', line 1120

def ms_age
  elements[2]
end

#space1Object



1116
1117
1118
# File 'lib/dns/zonefile/parser.rb', line 1116

def space1
  elements[1]
end

#space2Object



1132
1133
1134
# File 'lib/dns/zonefile/parser.rb', line 1132

def space2
  elements[6]
end

#targetObject



1136
1137
1138
# File 'lib/dns/zonefile/parser.rb', line 1136

def target
  elements[7]
end

#ttlObject



1124
1125
1126
# File 'lib/dns/zonefile/parser.rb', line 1124

def ttl
  elements[3]
end