Method: Button::Customers#get
- Defined in:
- lib/button/resources/customers.rb
#get(customer_id) ⇒ Button::Response
Gets a customer
17 18 19 |
# File 'lib/button/resources/customers.rb', line 17 def get(customer_id) api_get(path(customer_id)) end |