Class: Logistics::Core::EslTransportTariff

Inherits:
ApplicationRecord show all
Defined in:
app/models/logistics/core/esl_transport_tariff.rb

Instance Method Summary collapse

Methods inherited from ApplicationRecord

as_json

Instance Method Details

#nameObject



9
10
11
# File 'app/models/logistics/core/esl_transport_tariff.rb', line 9

def name
  "#{self.route.route_name } (#{self.storage_point})"
end