Class: Net::DNS::RR::SOA
- Inherits:
-
Net::DNS::RR
- Object
- Net::DNS::RR
- Net::DNS::RR::SOA
- Defined in:
- lib/net/dns/rr/soa.rb
Overview
RR type SOA
Constant Summary
Constants inherited from Net::DNS::RR
Constants included from Names
Instance Attribute Summary collapse
-
#expire ⇒ Object
readonly
Returns the value of attribute expire.
-
#minimum ⇒ Object
readonly
Returns the value of attribute minimum.
-
#mname ⇒ Object
readonly
Returns the value of attribute mname.
-
#refresh ⇒ Object
readonly
Returns the value of attribute refresh.
-
#retry ⇒ Object
readonly
Returns the value of attribute retry.
-
#rname ⇒ Object
readonly
Returns the value of attribute rname.
-
#serial ⇒ Object
readonly
Returns the value of attribute serial.
Attributes inherited from Net::DNS::RR
Method Summary
Methods inherited from Net::DNS::RR
#cls, #comp_data, #data, #initialize, #inspect, parse, parse_packet, #to_a, #to_s, #type, #value
Methods included from Names
#dn_comp, #dn_expand, #names_array, #pack_name, #valid?
Constructor Details
This class inherits a constructor from Net::DNS::RR
Instance Attribute Details
#expire ⇒ Object (readonly)
Returns the value of attribute expire.
13 14 15 |
# File 'lib/net/dns/rr/soa.rb', line 13 def expire @expire end |
#minimum ⇒ Object (readonly)
Returns the value of attribute minimum.
14 15 16 |
# File 'lib/net/dns/rr/soa.rb', line 14 def minimum @minimum end |
#mname ⇒ Object (readonly)
Returns the value of attribute mname.
8 9 10 |
# File 'lib/net/dns/rr/soa.rb', line 8 def mname @mname end |
#refresh ⇒ Object (readonly)
Returns the value of attribute refresh.
11 12 13 |
# File 'lib/net/dns/rr/soa.rb', line 11 def refresh @refresh end |
#retry ⇒ Object (readonly)
Returns the value of attribute retry.
12 13 14 |
# File 'lib/net/dns/rr/soa.rb', line 12 def retry @retry end |
#rname ⇒ Object (readonly)
Returns the value of attribute rname.
9 10 11 |
# File 'lib/net/dns/rr/soa.rb', line 9 def rname @rname end |
#serial ⇒ Object (readonly)
Returns the value of attribute serial.
10 11 12 |
# File 'lib/net/dns/rr/soa.rb', line 10 def serial @serial end |