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.
1100 1101 1102 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1100 def parent @parent end |
#x ⇒ Object
Returns the value of attribute x.
1100 1101 1102 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1100 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
1100 1101 1102 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1100 def y @y end |