Class: WifiWand::Platforms::Mac::InterfaceDetector::DetectionResult
- Inherits:
-
Struct
- Object
- Struct
- WifiWand::Platforms::Mac::InterfaceDetector::DetectionResult
- Defined in:
- lib/wifi_wand/platforms/mac/interface_detector.rb
Instance Attribute Summary collapse
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Instance Attribute Details
#interface ⇒ Object
Returns the value of attribute interface
28 29 30 |
# File 'lib/wifi_wand/platforms/mac/interface_detector.rb', line 28 def interface @interface end |
#service_name ⇒ Object
Returns the value of attribute service_name
28 29 30 |
# File 'lib/wifi_wand/platforms/mac/interface_detector.rb', line 28 def service_name @service_name end |