Class: Logistics::Core::Declarant

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

Instance Method Summary collapse

Methods inherited from ApplicationRecord

as_json

Instance Method Details

#full_nameObject



7
8
9
# File 'app/models/logistics/core/declarant.rb', line 7

def full_name
  "#{self.first_name} #{self.last_name}"
end