Class: IOSConfig::Payload::WiFi

Inherits:
Base
  • Object
show all
Defined in:
lib/ios_config/payload/wi_fi.rb

Constant Summary collapse

ENCRYPTION_TYPES =
{  :wep  => 'WEP',
:wpa  => 'WPA',
:any  => 'Any',
:none => 'None' }

Instance Attribute Summary collapse

Attributes inherited from Base

#description, #identifier, #uuid

Method Summary

Methods inherited from Base

#build, #initialize

Constructor Details

This class inherits a constructor from IOSConfig::Payload::Base

Instance Attribute Details

#auto_joinObject

Returns the value of attribute auto_join.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def auto_join
  @auto_join
end

#displayed_operator_nameObject

Returns the value of attribute displayed_operator_name.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def displayed_operator_name
  @displayed_operator_name
end

#domain_nameObject

Returns the value of attribute domain_name.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def domain_name
  @domain_name
end

#encryption_typeObject

Returns the value of attribute encryption_type.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def encryption_type
  @encryption_type
end

#hessidObject

Returns the value of attribute hessid.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def hessid
  @hessid
end

#hidden_networkObject

Returns the value of attribute hidden_network.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def hidden_network
  @hidden_network
end

#is_hotspotObject

Returns the value of attribute is_hotspot.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def is_hotspot
  @is_hotspot
end

#mcc_and_mncsObject

Returns the value of attribute mcc_and_mncs.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def mcc_and_mncs
  @mcc_and_mncs
end

#nai_realm_namesObject

Returns the value of attribute nai_realm_names.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def nai_realm_names
  @nai_realm_names
end

#passwordObject

Returns the value of attribute password.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def password
  @password
end

#priorityObject

Returns the value of attribute priority.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def priority
  @priority
end

#proxy_passwordObject

Returns the value of attribute proxy_password.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def proxy_password
  @proxy_password
end

#proxy_portObject

Returns the value of attribute proxy_port.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def proxy_port
  @proxy_port
end

#proxy_serverObject

Returns the value of attribute proxy_server.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def proxy_server
  @proxy_server
end

#proxy_typeObject

Returns the value of attribute proxy_type.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def proxy_type
  @proxy_type
end

#proxy_urlObject

Returns the value of attribute proxy_url.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def proxy_url
  @proxy_url
end

#proxy_usernameObject

Returns the value of attribute proxy_username.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def proxy_username
  @proxy_username
end

#roaming_consortium_oisObject

Returns the value of attribute roaming_consortium_ois.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def roaming_consortium_ois
  @roaming_consortium_ois
end

#service_provider_roaming_enabledObject

Returns the value of attribute service_provider_roaming_enabled.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def service_provider_roaming_enabled
  @service_provider_roaming_enabled
end

#ssidObject

Returns the value of attribute ssid.



10
11
12
# File 'lib/ios_config/payload/wi_fi.rb', line 10

def ssid
  @ssid
end