class Spaceship::Portal::ProvisioningProfile::AdHoc

Represents an AdHoc profile from the Dev Portal

Public Class Methods

type() click to toggle source
# File spaceship/lib/spaceship/portal/provisioning_profile.rb, line 378
def self.type
  'adhoc'
end