Class: Faker::Appliance
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.brand ⇒ String
Produces the name of an appliance brand.
-
.equipment ⇒ String
Produces the name of a type of appliance equipment.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.brand ⇒ String
Produces the name of an appliance brand.
15 16 17 |
# File 'lib/faker/default/appliance.rb', line 15 def brand fetch('appliance.brand') end |
.equipment ⇒ String
Produces the name of a type of appliance equipment.
28 29 30 |
# File 'lib/faker/default/appliance.rb', line 28 def equipment fetch('appliance.equipment') end |