Class: TracingStatus
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- TracingStatus
- Defined in:
- app/models/tracing_status.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
Returns description.
Instance Method Details
#to_s ⇒ Object
Returns description
11 12 13 |
# File 'app/models/tracing_status.rb', line 11 def to_s description end |