Sha256: e96e887fe282773d2e52fb8c92a52ddc3a33d7d3c00c7258cce19aa0ccad4dc7
Contents?: true
Size: 227 Bytes
Versions: 5
Compression:
Stored size: 227 Bytes
Contents
module Covetous module Profile class Hero < Covetous::Shen def initialize(battle_tag, hero_id) @url = "#{Covetous::Profile::BASE_URL}/#{battle_tag}/hero/#{hero_id}" super end end end end
Version data entries
5 entries across 5 versions & 1 rubygems