module IOSConfigProfile

Constants

VERSION

Public Class Methods

organization() click to toggle source
# File lib/ios_config_profile/base.rb, line 18
def self.organization
  @@organization
end
organization=(x) click to toggle source
# File lib/ios_config_profile/base.rb, line 14
def self.organization=(x)
  @@organization = x
end
root_domain() click to toggle source
# File lib/ios_config_profile/base.rb, line 8
def self.root_domain
  @@root_domain
end
root_domain=(x) click to toggle source
# File lib/ios_config_profile/base.rb, line 4
def self.root_domain=(x)
  @@root_domain = x
end