class BN::Entity::D3::Profile
A profile within Diablo 3.
Protected Instance Methods
convert_hero(value)
click to toggle source
# File lib/bn/entity/d3/profile.rb, line 179 def convert_hero(value) value.is_a?(Hero) ? value : Hero.new(value) end