Class: Pliney::AppleCodeSignature::Blob::Magic
- Inherits:
-
Object
- Object
- Pliney::AppleCodeSignature::Blob::Magic
- Defined in:
- lib/pliney/apple_code_signature.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(num) ⇒ Magic
constructor
A new instance of Magic.
- #inspect ⇒ Object
Constructor Details
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
7 8 9 |
# File 'lib/pliney/apple_code_signature.rb', line 7 def value @value end |
Instance Method Details
#inspect ⇒ Object
12 13 14 |
# File 'lib/pliney/apple_code_signature.rb', line 12 def inspect "0x%x" % value end |