Class: Tnw::Server

Inherits:
ApplicationRecord show all
Defined in:
app/models/tnw/server.rb

Constant Summary collapse

INGESTION_STATUSES =
%w[accepted rejected].freeze

Instance Method Summary collapse

Instance Method Details

#display_nameObject



12
13
14
# File 'app/models/tnw/server.rb', line 12

def display_name
  name.presence || identifier
end