Class: Pliney::AppleCodeSignature::SuperBlob::ContentInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/pliney/apple_code_signature.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(unk, offset) ⇒ ContentInfo

Returns a new instance of ContentInfo.



57
58
59
60
# File 'lib/pliney/apple_code_signature.rb', line 57

def initialize(unk, offset)
    @unk = unk
    @offset = offset
end

Instance Attribute Details

#offsetObject (readonly)

Returns the value of attribute offset.



56
57
58
# File 'lib/pliney/apple_code_signature.rb', line 56

def offset
  @offset
end

#unkObject (readonly)

Returns the value of attribute unk.



56
57
58
# File 'lib/pliney/apple_code_signature.rb', line 56

def unk
  @unk
end