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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1142
1143
1144
# File 'lib/dns/zonefile/parser.rb', line 1142

def host
  elements[0]
end

#klassObject



1150
1151
1152
# File 'lib/dns/zonefile/parser.rb', line 1150

def klass
  elements[2]
end

#ms_ageObject



1154
1155
1156
# File 'lib/dns/zonefile/parser.rb', line 1154

def ms_age
  elements[3]
end

#space1Object



1146
1147
1148
# File 'lib/dns/zonefile/parser.rb', line 1146

def space1
  elements[1]
end

#space2Object



1162
1163
1164
# File 'lib/dns/zonefile/parser.rb', line 1162

def space2
  elements[6]
end

#targetObject



1166
1167
1168
# File 'lib/dns/zonefile/parser.rb', line 1166

def target
  elements[7]
end

#ttlObject



1158
1159
1160
# File 'lib/dns/zonefile/parser.rb', line 1158

def ttl
  elements[4]
end