Module: ACube::Support::Customer

Extended by:
ActiveSupport::Concern
Defined in:
lib/acube/support/customer.rb

Defined Under Namespace

Classes: CustomerBuilder

Instance Method Summary collapse

Instance Method Details

#to_customerObject



37
38
39
# File 'lib/acube/support/customer.rb', line 37

def to_customer
  ACube::Schema::Header::Customer.from(self)
end