Class: EXIFR::TIFF::Orientation
- Inherits:
-
Object
- Object
- EXIFR::TIFF::Orientation
- Defined in:
- lib/piggy-core/exifr_adapter.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
109 110 111 |
# File 'lib/piggy-core/exifr_adapter.rb', line 109 def to_s @value.to_s + ' (' + @type.to_s + ')' end |