Module: Lich::Currency
- Defined in:
- documented/gemstone/infomon/currency.rb
Overview
The Currency module provides methods to retrieve various types of currency. It interacts with the Infomon service to fetch currency data.
Class Method Summary collapse
-
.blackscrip ⇒ Integer
Retrieves the amount of blackscrip currency.
-
.bloodscrip ⇒ Integer
Retrieves the amount of bloodscrip currency.
-
.elans ⇒ Integer
Retrieves the amount of elans currency.
-
.ethereal_scrip ⇒ Integer
Retrieves the amount of ethereal scrip currency.
-
.gemstone_dust ⇒ Integer
Retrieves the amount of gemstone dust currency.
-
.gigas_artifact_fragments ⇒ Integer
Retrieves the amount of gigas artifact fragments currency.
-
.raikhen ⇒ Integer
Retrieves the amount of raikhen currency.
-
.redsteel_marks ⇒ Integer
Retrieves the amount of redsteel marks currency.
-
.silver ⇒ Integer
Retrieves the amount of silver currency.
-
.silver_container ⇒ String
Retrieves the silver container information.
-
.soul_shards ⇒ Integer
Retrieves the amount of soul shards currency.
-
.tickets ⇒ Integer
Retrieves the amount of tickets currency.
Class Method Details
.blackscrip ⇒ Integer
Retrieves the amount of blackscrip currency.
47 48 49 |
# File 'documented/gemstone/infomon/currency.rb', line 47 def self.blackscrip Lich::Gemstone::Infomon.get('currency.blackscrip') end |
.bloodscrip ⇒ Integer
Retrieves the amount of bloodscrip currency.
55 56 57 |
# File 'documented/gemstone/infomon/currency.rb', line 55 def self.bloodscrip Lich::Gemstone::Infomon.get('currency.bloodscrip') end |
.elans ⇒ Integer
Retrieves the amount of elans currency.
79 80 81 |
# File 'documented/gemstone/infomon/currency.rb', line 79 def self.elans Lich::Gemstone::Infomon.get('currency.elans') end |
.ethereal_scrip ⇒ Integer
Retrieves the amount of ethereal scrip currency.
63 64 65 |
# File 'documented/gemstone/infomon/currency.rb', line 63 def self.ethereal_scrip Lich::Gemstone::Infomon.get('currency.ethereal_scrip') end |
.gemstone_dust ⇒ Integer
Retrieves the amount of gemstone dust currency.
103 104 105 |
# File 'documented/gemstone/infomon/currency.rb', line 103 def self.gemstone_dust Lich::Gemstone::Infomon.get('currency.gemstone_dust') end |
.gigas_artifact_fragments ⇒ Integer
Retrieves the amount of gigas artifact fragments currency.
95 96 97 |
# File 'documented/gemstone/infomon/currency.rb', line 95 def self.gigas_artifact_fragments Lich::Gemstone::Infomon.get('currency.gigas_artifact_fragments') end |
.raikhen ⇒ Integer
Retrieves the amount of raikhen currency.
71 72 73 |
# File 'documented/gemstone/infomon/currency.rb', line 71 def self.raikhen Lich::Gemstone::Infomon.get('currency.raikhen') end |
.redsteel_marks ⇒ Integer
Retrieves the amount of redsteel marks currency.
31 32 33 |
# File 'documented/gemstone/infomon/currency.rb', line 31 def self.redsteel_marks Lich::Gemstone::Infomon.get('currency.redsteel_marks') end |
.silver ⇒ Integer
Retrieves the amount of silver currency.
15 16 17 |
# File 'documented/gemstone/infomon/currency.rb', line 15 def self.silver Lich::Gemstone::Infomon.get('currency.silver') end |
.silver_container ⇒ String
Retrieves the silver container information.
23 24 25 |
# File 'documented/gemstone/infomon/currency.rb', line 23 def self.silver_container Lich::Gemstone::Infomon.get('currency.silver_container') end |