class Faker::ElectricalComponents

def active

Returns:
  • (String) -
def active
  fetch('electrical_components.active')
end

def electromechanical

Returns:
  • (String) -
def electromechanical
  fetch('electrical_components.electromechanical')
end

def passive

Returns:
  • (String) -
def passive
  fetch('electrical_components.passive')
end