Module: Symian::YAMLSerializable
- Included in:
- Event, Incident, SupportGroup
- Defined in:
- lib/symian/support/yaml_io.rb
Instance Method Summary collapse
Instance Method Details
#to_yaml_properties ⇒ Object
5 6 7 |
# File 'lib/symian/support/yaml_io.rb', line 5 def to_yaml_properties self.class.const_get('TRACED_ATTRIBUTES').map{|attr| "@#{attr.to_s}"} end |