Class: ImzML::Point

Inherits:
Object
  • Object
show all
Defined in:
lib/imzml/metadata/point.rb

Instance Attribute Summary collapse

Instance Attribute Details

#xObject

Returns the value of attribute x.



4
5
6
# File 'lib/imzml/metadata/point.rb', line 4

def x
  @x
end

#yObject

Returns the value of attribute y.



4
5
6
# File 'lib/imzml/metadata/point.rb', line 4

def y
  @y
end