Class: OpenPGP::Packet::UserAttribute

Inherits:
OpenPGP::Packet show all
Defined in:
lib/openpgp/packet.rb

Overview

OpenPGP User Attribute packet (tag 17).

Instance Attribute Summary collapse

Attributes inherited from OpenPGP::Packet

#data, #size, #tag

Method Summary

Methods inherited from OpenPGP::Packet

#body, for, #initialize, parse, parse_body, parse_new_format, parse_old_format, tag

Constructor Details

This class inherits a constructor from OpenPGP::Packet

Instance Attribute Details

#packetsObject

Returns the value of attribute packets.



444
445
446
# File 'lib/openpgp/packet.rb', line 444

def packets
  @packets
end