class Image

Attributes

options[R]
path[RW]
uuid[R]

Public Class Methods

new(path, options={:dynamic => true}) click to toggle source
# File lib/annlat/AnnLat.rb, line 157
def initialize(path, options={:dynamic => true})
  @options=options
  @path=path
  @uuid=SecureRandom.uuid
end

Public Instance Methods

my_json() click to toggle source
# File lib/annlat/AnnLat.rb, line 163
def my_json
  path
end