Class: InspectorContract::TInspectorObj
- Inherits:
-
TObj
- Object
- TObj
- InspectorContract::TInspectorObj
- 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_value ⇒ Object
Returns the value of attribute property_value.
-
#requires ⇒ Object
Returns the value of attribute requires.
-
#wrapper ⇒ Object
Returns the value of attribute wrapper.
Instance Attribute Details
#property_family ⇒ Object
Returns the value of attribute property_family.
1044 1045 1046 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044 def property_family @property_family end |
#property_name ⇒ Object
Returns the value of attribute property_name.
1044 1045 1046 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044 def property_name @property_name end |
#property_value ⇒ Object
Returns the value of attribute property_value.
1044 1045 1046 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044 def property_value @property_value end |
#requires ⇒ Object
Returns the value of attribute requires.
1044 1045 1046 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044 def requires @requires end |
#wrapper ⇒ Object
Returns the value of attribute wrapper.
1044 1045 1046 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044 def wrapper @wrapper end |