Sha256: 958fa290314a6f6ca9252445ac95e3bf16218aabb8d584ef155ea6063fc8c174

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

module Kosher

  # An image of a book cover.
  class Image < Structure
    key :height, :type => Integer
    key :url,    :type => URI
    key :width,  :type => Integer
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kosher-0.6.2 lib/kosher/image.rb
kosher-0.6.1 lib/kosher/image.rb
kosher-0.6.0 lib/kosher/image.rb
kosher-0.5.0 lib/kosher/image.rb
kosher-0.4.0 lib/kosher/image.rb