class Faker::TvShows::Archer

def character

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

def location

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

def quote

Returns:
  • (String) -
def quote
  fetch('archer.quotes')
end