Class: Imagetools::ImageItem
- Inherits:
-
Object
- Object
- Imagetools::ImageItem
- Defined in:
- lib/imagetools/imageblog.rb
Instance Attribute Summary collapse
-
#dstfile ⇒ Object
Returns the value of attribute dstfile.
-
#outfile ⇒ Object
Returns the value of attribute outfile.
-
#srcfile ⇒ Object
Returns the value of attribute srcfile.
Instance Method Summary collapse
Instance Attribute Details
#dstfile ⇒ Object
Returns the value of attribute dstfile.
12 13 14 |
# File 'lib/imagetools/imageblog.rb', line 12 def dstfile @dstfile end |
#outfile ⇒ Object
Returns the value of attribute outfile.
12 13 14 |
# File 'lib/imagetools/imageblog.rb', line 12 def outfile @outfile end |
#srcfile ⇒ Object
Returns the value of attribute srcfile.
12 13 14 |
# File 'lib/imagetools/imageblog.rb', line 12 def srcfile @srcfile end |
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/imagetools/imageblog.rb', line 13 def to_s "#{srcfile}=>#{dstfile}=>#{outfile}" end |