class Faker::Books::TheKingkillerChronicle
Public Class Methods
book()
click to toggle source
Produces the name of a The Kingkiller Chronicle book.
@return [String]
@example
Faker::Books::TheKingkillerChronicle.book #=> "The Name of the Wind"
@faker.version next
# File lib/faker/books/the_kingkiller_chronicle.rb, line 16 def book fetch('books.the_kingkiller_chronicle.books') end
character()
click to toggle source
Produces the name of a The Kingkiller Chronicle character.
@return [String]
@example
Faker::Books::TheKingkillerChronicle.character #=> "Kvothe"
@faker.version next
# File lib/faker/books/the_kingkiller_chronicle.rb, line 29 def character fetch('books.the_kingkiller_chronicle.characters') end
creature()
click to toggle source
Produces the name of a The Kingkiller Chronicle creature.
@return [String]
@example
Faker::Books::TheKingkillerChronicle.creature #=> "Scrael"
@faker.version next
# File lib/faker/books/the_kingkiller_chronicle.rb, line 42 def creature fetch('books.the_kingkiller_chronicle.creatures') end
location()
click to toggle source
Produces the name of a The Kingkiller Chronicle location.
@return [String]
@example
Faker::Books::TheKingkillerChronicle.location #=> "Tarbean"
@faker.version next
# File lib/faker/books/the_kingkiller_chronicle.rb, line 55 def location fetch('books.the_kingkiller_chronicle.locations') end