Module: DNS::Zonefile::ZonefileGrammar::Ttl1
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#to_i ⇒ Object
3874 3875 3876 |
# File 'lib/dns/zonefile/parser.rb', line 3874 def to_i respond_to?(:time_interval) ? time_interval.to_i : nil end |
#to_s ⇒ Object
3877 3878 3879 |
# File 'lib/dns/zonefile/parser.rb', line 3877 def to_s respond_to?(:time_interval) ? time_interval.to_s : '' end |