Class: WifiWand::Platforms::Ubuntu::Model::SavedWifiProfile

Inherits:
Struct
  • Object
show all
Defined in:
lib/wifi_wand/platforms/ubuntu/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33

def name
  @name
end

#ssidObject

Returns the value of attribute ssid

Returns:

  • (Object)

    the current value of ssid



33
34
35
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33

def ssid
  @ssid
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



33
34
35
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



33
34
35
# File 'lib/wifi_wand/platforms/ubuntu/model.rb', line 33

def type
  @type
end