Module: DNS::Zonefile::ZonefileGrammar::CnameRecord1

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1114
1115
1116
# File 'lib/dns/zonefile/parser.rb', line 1114

def host
  elements[0]
end

#klassObject



1122
1123
1124
# File 'lib/dns/zonefile/parser.rb', line 1122

def klass
  elements[2]
end

#space1Object



1118
1119
1120
# File 'lib/dns/zonefile/parser.rb', line 1118

def space1
  elements[1]
end

#space2Object



1130
1131
1132
# File 'lib/dns/zonefile/parser.rb', line 1130

def space2
  elements[5]
end

#targetObject



1134
1135
1136
# File 'lib/dns/zonefile/parser.rb', line 1134

def target
  elements[6]
end

#ttlObject



1126
1127
1128
# File 'lib/dns/zonefile/parser.rb', line 1126

def ttl
  elements[3]
end