Class: PaletteContract::TPaletteObj
- Inherits:
-
TObj
- Object
- TObj
- PaletteContract::TPaletteObj
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
Instance Attribute Summary collapse
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#parent ⇒ Object
Returns the value of attribute parent.
1108 1109 1110 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1108 def parent @parent end |
#x ⇒ Object
Returns the value of attribute x.
1108 1109 1110 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1108 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
1108 1109 1110 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1108 def y @y end |