class Pliney::EntitlementsMask
Attributes
ents[R]
Public Class Methods
from_data(data)
click to toggle source
# File lib/pliney/provisioning_profile.rb, line 8 def self.from_data(data) new(Pliney.parse_plist(data)) end
new(ents)
click to toggle source
# File lib/pliney/provisioning_profile.rb, line 13 def initialize(ents) @ents = ents end