Class: Faker::House

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/default/house.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.furnitureObject



6
7
8
# File 'lib/faker/default/house.rb', line 6

def furniture
  fetch('house.furniture')
end

.roomObject



10
11
12
# File 'lib/faker/default/house.rb', line 10

def room
  fetch('house.rooms')
end