Class: Tnw::Server
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Tnw::Server
- Defined in:
- app/models/tnw/server.rb
Constant Summary collapse
- INGESTION_STATUSES =
%w[accepted rejected].freeze
Instance Method Summary collapse
Instance Method Details
#display_name ⇒ Object
12 13 14 |
# File 'app/models/tnw/server.rb', line 12 def display_name name.presence || identifier end |