class Faker::Books::TheKingkillerChronicle

def book

Returns:
  • (String) -
def book
  fetch('books.the_kingkiller_chronicle.books')
end

def character

Returns:
  • (String) -
def character
  fetch('books.the_kingkiller_chronicle.characters')
end

def creature

Returns:
  • (String) -
def creature
  fetch('books.the_kingkiller_chronicle.creatures')
end

def location

Returns:
  • (String) -
def location
  fetch('books.the_kingkiller_chronicle.locations')
end