Class: Java::ComPff::PSTAttachment

Inherits:
Object
  • Object
show all
Defined in:
lib/pst/base.rb

Instance Method Summary collapse

Instance Method Details

#pretty_stringObject

todo hash



207
208
209
# File 'lib/pst/base.rb', line 207

def pretty_string
  "[%s] %s <%s, %d>" % [self.getContentId, self.getFilename, self.getMimeTag, self.getSize]
end