class Common

Public Instance Methods

file_id() click to toggle source
# File lib/objects/same/common.rb, line 18
def file_id
  @obj.file_id
end
file_size() click to toggle source
# File lib/objects/same/common.rb, line 34
def file_size
  @obj.file_size
end
file_unique_id() click to toggle source
# File lib/objects/same/common.rb, line 22
def file_unique_id
  @obj.file_unique_id
end
heigth() click to toggle source
# File lib/objects/same/common.rb, line 30
def heigth
  @obj.heigth
end
width() click to toggle source
# File lib/objects/same/common.rb, line 26
def width
  @ob.width
end