Class: Imagetools::ImageItem

Inherits:
Object
  • Object
show all
Defined in:
lib/imagetools/imageblog.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dstfileObject

Returns the value of attribute dstfile.



12
13
14
# File 'lib/imagetools/imageblog.rb', line 12

def dstfile
  @dstfile
end

#outfileObject

Returns the value of attribute outfile.



12
13
14
# File 'lib/imagetools/imageblog.rb', line 12

def outfile
  @outfile
end

#srcfileObject

Returns the value of attribute srcfile.



12
13
14
# File 'lib/imagetools/imageblog.rb', line 12

def srcfile
  @srcfile
end

Instance Method Details

#to_sObject



13
14
15
# File 'lib/imagetools/imageblog.rb', line 13

def to_s
  "#{srcfile}=>#{dstfile}=>#{outfile}"
end