Module: DNS::Zonefile::ZonefileGrammar::Nxttl1
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#to_i ⇒ Object
3709 3710 3711 |
# File 'lib/dns/zonefile/parser.rb', line 3709 def to_i time_interval.to_i end |
#to_s ⇒ Object
3712 3713 3714 |
# File 'lib/dns/zonefile/parser.rb', line 3712 def to_s time_interval.to_s end |