Class: Pliney::AppleCodeSignature::SuperBlob::ContentInfo
- Inherits:
-
Object
- Object
- Pliney::AppleCodeSignature::SuperBlob::ContentInfo
- Defined in:
- lib/pliney/apple_code_signature.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#unk ⇒ Object
readonly
Returns the value of attribute unk.
Instance Method Summary collapse
-
#initialize(unk, offset) ⇒ ContentInfo
constructor
A new instance of ContentInfo.
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
#offset ⇒ Object (readonly)
Returns the value of attribute offset.
56 57 58 |
# File 'lib/pliney/apple_code_signature.rb', line 56 def offset @offset end |
#unk ⇒ Object (readonly)
Returns the value of attribute unk.
56 57 58 |
# File 'lib/pliney/apple_code_signature.rb', line 56 def unk @unk end |