Class: Logistics::Core::CustomsOffice

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

Class Method Summary collapse

Methods inherited from ApplicationRecord

as_json

Class Method Details

.build(options = {}) ⇒ Object



6
7
8
# File 'app/models/logistics/core/customs_office.rb', line 6

def self.build(options = {})
  CustomsOffice.new(options)
end