Class: IOSConfig::Payload::SingleSignOnAccount

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

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

#app_identifier_matchesObject

Returns the value of attribute app_identifier_matches.



5
6
7
# File 'lib/ios_config/payload/single_sign_on_account.rb', line 5

def app_identifier_matches
  @app_identifier_matches
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/ios_config/payload/single_sign_on_account.rb', line 5

def name
  @name
end

#principal_nameObject

Returns the value of attribute principal_name.



5
6
7
# File 'lib/ios_config/payload/single_sign_on_account.rb', line 5

def principal_name
  @principal_name
end

#realmObject

Returns the value of attribute realm.



5
6
7
# File 'lib/ios_config/payload/single_sign_on_account.rb', line 5

def realm
  @realm
end

#url_prefix_matchesObject

Returns the value of attribute url_prefix_matches.



5
6
7
# File 'lib/ios_config/payload/single_sign_on_account.rb', line 5

def url_prefix_matches
  @url_prefix_matches
end