class GPGME::Data

def encoding

Return the encoding of the underlying data.
#
def encoding
  GPGME::gpgme_data_get_encoding(self)
end