Class: Faker::ElectricalComponents

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

Constant Summary

Constants inherited from Base

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

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.activeObject



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

def active
  fetch('electrical_components.active')
end

.electromechanicalObject



14
15
16
# File 'lib/faker/electrical_components.rb', line 14

def electromechanical
  fetch('electrical_components.electromechanical')
end

.passiveObject



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

def passive
  fetch('electrical_components.passive')
end