class Pliney::AppleCodeSignature::SuperBlob::ContentInfo
Attributes
offset[R]
unk[R]
Public Class Methods
new(unk, offset)
click to toggle source
# File lib/pliney/apple_code_signature.rb, line 57 def initialize(unk, offset) @unk = unk @offset = offset end