class Thanos::Image

Attributes

full_path[R]

Public Class Methods

new(data) click to toggle source
# File lib/thanos/resources/image.rb, line 5
def initialize(data)
  @full_path = data['path'] + '.' + data['extension']
end