Module: IfdTools::ApiController::Customers::ClassMethods
- Defined in:
- lib/ifd_tools/api_controller/customers.rb
Instance Method Summary collapse
Instance Method Details
#create_customer(&block) ⇒ Object
37 38 39 |
# File 'lib/ifd_tools/api_controller/customers.rb', line 37 def create_customer(&block) self.create_customer_block = block end |