class Faker::University

Public Class Methods

name() click to toggle source
# File lib/faker/university.rb, line 6
def name
  parse('university.name')
end
prefix() click to toggle source
# File lib/faker/university.rb, line 10
def prefix
  fetch('university.prefix')
end
suffix() click to toggle source
# File lib/faker/university.rb, line 14
def suffix
  fetch('university.suffix')
end