Class: InspectorContract::TInspectorObj

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

Instance Attribute Summary collapse

Instance Attribute Details

#property_familyObject

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_nameObject

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_valueObject

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

#requiresObject

Returns the value of attribute requires.



1044
1045
1046
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044

def requires
  @requires
end

#wrapperObject

Returns the value of attribute wrapper.



1044
1045
1046
# File 'ext/ae-rad/ae-rad-libs.rb', line 1044

def wrapper
  @wrapper
end