Sha256: 28dec07884fec6c2276f9c5bf3385595da531d03f5be7ccbdc667f27fae54237

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 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.0 lib/ios_config_profile/base.rb