[Source]
# File lib/opensteam/base.rb, line 73 73: def is_product?() ( self.opensteam_type || self.superclass.opensteam_type ) == :product ; end
# File lib/opensteam/base.rb, line 72 72: def is_property?() self.ancestors.include? Opensteam::Base::PropertyBase ; end
[Validate]