Class: PaletteContract::TPaletteObj

Inherits:
TObj
  • Object
show all
Defined in:
ext/ae-rad/ae-rad-libs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parentObject

Returns the value of attribute parent.



1108
1109
1110
# File 'ext/ae-rad/ae-rad-libs.rb', line 1108

def parent
  @parent
end

#xObject

Returns the value of attribute x.



1108
1109
1110
# File 'ext/ae-rad/ae-rad-libs.rb', line 1108

def x
  @x
end

#yObject

Returns the value of attribute y.



1108
1109
1110
# File 'ext/ae-rad/ae-rad-libs.rb', line 1108

def y
  @y
end