Class: Java::ComPff::PSTAttachment
- Inherits:
-
Object
- Object
- Java::ComPff::PSTAttachment
- Defined in:
- lib/pst/base.rb
Instance Method Summary collapse
-
#pretty_string ⇒ Object
todo hash.
Instance Method Details
#pretty_string ⇒ Object
todo hash
263 264 265 |
# File 'lib/pst/base.rb', line 263 def pretty_string "[%s] %s <%s, %d>" % [self.getContentId, self.getFilename, self.getMimeTag, self.getSize] end |