Method: Faker::Subscription.payment_term
- Defined in:
- lib/faker/default/subscription.rb
.payment_term ⇒ String
Produces the name of a payment term.
66 67 68 |
# File 'lib/faker/default/subscription.rb', line 66 def self.payment_term fetch('subscription.payment_terms') end |