Class: Pingfacts::PingerResult
- Inherits:
-
Object
- Object
- Pingfacts::PingerResult
- Defined in:
- lib/pingfacts.rb
Instance Attribute Summary collapse
-
#dnsname ⇒ Object
Returns the value of attribute dnsname.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#mac ⇒ Object
Returns the value of attribute mac.
Instance Attribute Details
#dnsname ⇒ Object
Returns the value of attribute dnsname.
10 11 12 |
# File 'lib/pingfacts.rb', line 10 def dnsname @dnsname end |
#ip ⇒ Object
Returns the value of attribute ip.
10 11 12 |
# File 'lib/pingfacts.rb', line 10 def ip @ip end |
#mac ⇒ Object
Returns the value of attribute mac.
10 11 12 |
# File 'lib/pingfacts.rb', line 10 def mac @mac end |