Class: IngramMicro::Customer

Inherits:
BaseElement show all
Defined in:
lib/ingram_micro/elements/customer.rb

Constant Summary collapse

DEFAULTS =
{
  customer_first_name: nil,
  customer_last_name: nil,
  customer_middle_initial: nil,
  customer_address1: nil,
  customer_address2: nil,
  customer_address3: nil,
  customer_city: nil,
  customer_state: nil,
  customer_post_code: nil,
  customer_country_code: nil,
  customer_phone1: nil,
  customer_phone2: nil,
  customer_fax: nil,
  customer_email: nil
}

Instance Attribute Summary

Attributes inherited from BaseElement

#element

Instance Method Summary collapse

Methods inherited from BaseElement

#build, format, #initialize

Constructor Details

This class inherits a constructor from IngramMicro::BaseElement

Instance Method Details

#defaultsObject



20
21
22
# File 'lib/ingram_micro/elements/customer.rb', line 20

def defaults
  DEFAULTS
end