class Faker::ElectricalComponents

Public Class Methods

active() click to toggle source
# File lib/faker/electrical_components.rb, line 6
def active
  fetch('electrical_components.active')
end
electromechanical() click to toggle source
# File lib/faker/electrical_components.rb, line 14
def electromechanical
  fetch('electrical_components.electromechanical')
end
passive() click to toggle source
# File lib/faker/electrical_components.rb, line 10
def passive
  fetch('electrical_components.passive')
end