class Faker::Appliance
Public Class Methods
Source
# File lib/faker/default/appliance.rb, line 15 def brand fetch('appliance.brand') end
Produces the name of an appliance brand.
@return [String]
@example
Faker::Appliance.brand #=> "Bosch"
@faker.version 1.9.0
Source
# File lib/faker/default/appliance.rb, line 28 def equipment fetch('appliance.equipment') end
Produces the name of a type of appliance equipment.
@return [String]
@example
Faker::Appliance.equipment #=> "Appliance plug"
@faker.version 1.9.0