Class: WrapperContract::TWrapperObj
- Inherits:
-
TObj
- Object
- TObj
- WrapperContract::TWrapperObj
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
Instance Attribute Summary collapse
-
#property_family ⇒ Object
Returns the value of attribute property_family.
-
#property_name ⇒ Object
Returns the value of attribute property_name.
-
#property_new_value ⇒ Object
Returns the value of attribute property_new_value.
-
#property_old_value ⇒ Object
Returns the value of attribute property_old_value.
-
#wrapper ⇒ Object
Returns the value of attribute wrapper.
Instance Attribute Details
#property_family ⇒ Object
Returns the value of attribute property_family.
1090 1091 1092 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1090 def property_family @property_family end |
#property_name ⇒ Object
Returns the value of attribute property_name.
1090 1091 1092 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1090 def property_name @property_name end |
#property_new_value ⇒ Object
Returns the value of attribute property_new_value.
1090 1091 1092 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1090 def property_new_value @property_new_value end |
#property_old_value ⇒ Object
Returns the value of attribute property_old_value.
1090 1091 1092 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1090 def property_old_value @property_old_value end |
#wrapper ⇒ Object
Returns the value of attribute wrapper.
1090 1091 1092 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1090 def wrapper @wrapper end |