Sha256: 58d2bdc9b6402b4d0a3ed4e32db477daea17d75f1dcfceaa2c0ec172dd80afca

Contents?: true

Size: 654 Bytes

Versions: 9

Compression:

Stored size: 654 Bytes

Contents

# frozen_string_literal: true

module Faker
  class Games
    class LeagueOfLegends < Base
      class << self
        def champion
          fetch('games.league_of_legends.champion')
        end

        def location
          fetch('games.league_of_legends.location')
        end

        def quote
          fetch('games.league_of_legends.quote')
        end

        def summoner_spell
          fetch('games.league_of_legends.summoner_spell')
        end

        def masteries
          fetch('games.league_of_legends.masteries')
        end

        def rank
          fetch('games.league_of_legends.rank')
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
faker-2.3.0 lib/faker/games/league_of_legends.rb
faker-2.2.2 lib/faker/games/league_of_legends.rb
faker-2.2.1 lib/faker/games/league_of_legends.rb
faker-2.2.0 lib/faker/games/league_of_legends.rb
faker-2.1.2 lib/faker/games/league_of_legends.rb
faker-2.1.1 lib/faker/games/league_of_legends.rb
faker-2.1.0 lib/faker/games/league_of_legends.rb
faker-2.0.0 lib/faker/games/league_of_legends.rb
faker-2.0 lib/faker/games/league_of_legends.rb