Method: Opensteam::PropertyBase#only_properties
- Defined in:
- lib/opensteam/property_base.rb
#only_properties ⇒ Object
:nodoc:
66 67 68 |
# File 'lib/opensteam/property_base.rb', line 66 def only_properties() #:nodoc: is_property? ? self : nil end |