Class: Pliney::AppleCodeSignature::OpaqueBlob
- Defined in:
- lib/pliney/apple_code_signature.rb
Direct Known Subclasses
BlobWrapper, Entitlement, LibraryDependencyBlob, UnknownBlob
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Attributes inherited from Blob
Instance Method Summary collapse
Methods inherited from Blob
Constructor Details
This class inherits a constructor from Pliney::AppleCodeSignature::Blob
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
46 47 48 |
# File 'lib/pliney/apple_code_signature.rb', line 46 def base @base end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
46 47 48 |
# File 'lib/pliney/apple_code_signature.rb', line 46 def data @data end |
Instance Method Details
#parse ⇒ Object
47 48 49 50 51 |
# File 'lib/pliney/apple_code_signature.rb', line 47 def parse super() do @data = rest() end end |