Module: DNS::Zonefile::ZonefileGrammar::CnameRecord2

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1140
1141
1142
# File 'lib/dns/zonefile/parser.rb', line 1140

def host
  elements[0]
end

#space1Object



1144
1145
1146
# File 'lib/dns/zonefile/parser.rb', line 1144

def space1
  elements[1]
end

#space2Object



1152
1153
1154
# File 'lib/dns/zonefile/parser.rb', line 1152

def space2
  elements[4]
end

#targetObject



1156
1157
1158
# File 'lib/dns/zonefile/parser.rb', line 1156

def target
  elements[5]
end

#ttlObject



1148
1149
1150
# File 'lib/dns/zonefile/parser.rb', line 1148

def ttl
  elements[2]
end