class Marver::Image

Attributes

full_path[R]

Public Class Methods

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