Class: WifiWand::Platforms::Ubuntu::Model::SavedWifiProfile
- Inherits:
-
Struct
- Object
- Struct
- WifiWand::Platforms::Ubuntu::Model::SavedWifiProfile
- Defined in:
- lib/wifi_wand/platforms/ubuntu/model.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#ssid ⇒ Object
Returns the value of attribute ssid.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33 def name @name end |
#ssid ⇒ Object
Returns the value of attribute ssid
33 34 35 |
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33 def ssid @ssid end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
33 34 35 |
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type
33 34 35 |
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33 def type @type end |