class CzFaker::PaymentMethod

Constants

METHODS

Public Class Methods

method() click to toggle source
# File lib/cz_faker/payment_method.rb, line 7
def method
  METHODS.sample
end