Sha256: 2c5693f6c36b2e7d7d2bbaaed5c79d429bbb6701dff7c79bc2746a349b6ff448

Contents?: true

Size: 523 Bytes

Versions: 8

Compression:

Stored size: 523 Bytes

Contents

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

      def location
        fetch('league_of_legends.location')
      end

      def quote
        fetch('league_of_legends.quote')
      end

      def summoner_spell
        fetch('league_of_legends.summoner_spell')
      end

      def masteries
        fetch('league_of_legends.masteries')
      end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
faker-1.9.1 lib/faker/league_of_legends.rb
faker-1.8.7 lib/faker/league_of_legends.rb
faker-1.8.6 lib/faker/league_of_legends.rb
faker-1.8.5 lib/faker/league_of_legends.rb
faker-1.8.4 lib/faker/league_of_legends.rb
faker-1.8.3 lib/faker/league_of_legends.rb
faker-1.8.2 lib/faker/league_of_legends.rb
faker-1.8.0 lib/faker/league_of_legends.rb