Class: Bigcommerce::PaymentMethod
- Defined in:
- lib/bigcommerce/resources/payments/payment_method.rb
Class Method Summary collapse
Class Method Details
.all(params = {}) ⇒ Object
15 16 17 |
# File 'lib/bigcommerce/resources/payments/payment_method.rb', line 15 def self.all(params = {}) get path.build, params end |