wingyu/rbattlenet

View on GitHub
lib/rbattlenet/endpoints/wow/classic/guild_crest_media.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RBattlenet
  module Wow
    module Classic
      class GuildCrestMedia < RBattlenet::Endpoints::Base
        def self.index_path
          RBattlenet.uri("data/wow/guild-crest/index?namespace=static-classic-")
        end
      end
    end
  end
end