Advertisement
lagranzotto

Cover.rb

Oct 7th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. class Cover
  2.    
  3.     attr_accessor :cover_type,
  4.                   :size,
  5.                   :filename
  6.  
  7.     def to_s
  8.         self.inspect
  9.     end
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement