Class: Async::DNS::System::Resource

Inherits:
Struct
  • Object
show all
Defined in:
lib/async/dns/system.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



40
41
42
# File 'lib/async/dns/system.rb', line 40

def address
  @address
end

#ttlObject

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



40
41
42
# File 'lib/async/dns/system.rb', line 40

def ttl
  @ttl
end