Class: DeckardCain
- Inherits:
-
Object
- Object
- DeckardCain
- Defined in:
- lib/deckard_cain.rb
Class Method Summary collapse
Class Method Details
.fetch_career(battle_tag) ⇒ Object
9 10 11 |
# File 'lib/deckard_cain.rb', line 9 def self.fetch_career battle_tag Cain::Career.new battle_tag end |
.version_string ⇒ Object
5 6 7 |
# File 'lib/deckard_cain.rb', line 5 def self.version_string "Deckard Cain version #{Cain::VERSION}" end |