Sha256: e45d7de373aa3d941eca1dc5f62008818c63dee3f809d460ac96ada1d84671e5
Contents?: true
Size: 255 Bytes
Versions: 98
Compression:
Stored size: 255 Bytes
Contents
module FbGraph class Image include Comparison attr_accessor :source, :height, :width def initialize(attributes = {}) @source = attributes[:source] @height = attributes[:height] @width = attributes[:width] end end end
Version data entries
98 entries across 98 versions & 1 rubygems