Sha256: 6a3ec4e4470a379df79cbd0dea47d213b81b7bb03169d893e50e9f4e29caca28
Contents?: true
Size: 157 Bytes
Versions: 2
Compression:
Stored size: 157 Bytes
Contents
module Thanos class Image attr_reader :full_path def initialize(data) @full_path = data['path'] + '.' + data['extension'] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thanos-0.6.0 | lib/thanos/resources/image.rb |
thanos-0.5.0 | lib/thanos/resources/image.rb |