Class: Async::DNS::System::Resource
- Inherits:
-
Struct
- Object
- Struct
- Async::DNS::System::Resource
- Defined in:
- lib/async/dns/system.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
40 41 42 |
# File 'lib/async/dns/system.rb', line 40 def address @address end |
#ttl ⇒ Object
Returns the value of attribute ttl
40 41 42 |
# File 'lib/async/dns/system.rb', line 40 def ttl @ttl end |