Class: Pingfacts::PingerResult

Inherits:
Object
  • Object
show all
Defined in:
lib/pingfacts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dnsnameObject

Returns the value of attribute dnsname.



10
11
12
# File 'lib/pingfacts.rb', line 10

def dnsname
  @dnsname
end

#ipObject

Returns the value of attribute ip.



10
11
12
# File 'lib/pingfacts.rb', line 10

def ip
  @ip
end

#macObject

Returns the value of attribute mac.



10
11
12
# File 'lib/pingfacts.rb', line 10

def mac
  @mac
end