Class: Centaman::Service::CreateRetailCustomer
- Inherits:
-
CreateCustomer
- Object
- Wrapper
- Centaman::Service
- CreateCustomer
- Centaman::Service::CreateRetailCustomer
- Defined in:
- lib/centaman/service/create_retail_customer.rb
Constant Summary
Constants inherited from Wrapper
Instance Attribute Summary
Attributes inherited from CreateCustomer
#address, #attendees, #email, #first_name, #last_name, #phone
Attributes inherited from Wrapper
#api_password, #api_token, #api_url, #api_username, #proxie_host, #proxie_password, #proxie_port, #proxie_user
Instance Method Summary collapse
Methods inherited from CreateCustomer
#after_init, #build_address, #build_booking_attendees, #object_class, #options_hash, #random_email
Methods included from JsonWrapper
#additional_hash_to_serialize_after_response, #build_object, #build_objects, #final_object_class, #object_class, #objects
Methods inherited from Centaman::Service
#after_init, #after_post, #fetch_all, #post, #put
Methods inherited from Wrapper
#after_init, #generate_token, #headers, #initialize, #options, #options_hash, #payload, #payload_key, #proxy_hash, #wrap_request_in_case_of_timeout
Constructor Details
This class inherits a constructor from Centaman::Wrapper
Instance Method Details
#endpoint ⇒ Object
3 4 5 |
# File 'lib/centaman/service/create_retail_customer.rb', line 3 def endpoint '/retail_services/RetailContact' end |