Sha256: aad71bf52d463fa9e2fdec4876f98715d788377b27f318818011ba9b3604a3ad
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
module IOSConfigProfile @@root_domain = "com.cellabus" def self.root_domain=(x) @@root_domain = x end def self.root_domain @@root_domain end @@organization = "Cellabus, Inc." def self.organization=(x) @@organization = x end def self.organization @@organization end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ios_config_profile-1.4.1 | lib/ios_config_profile/base.rb |