Module: Lich::Currency
- Defined in:
- lib/gemstone/infomon/currency.rb
Class Method Summary collapse
-
.blackscrip ⇒ Integer
Retrieves the current amount of blackscrip currency.
-
.bloodscrip ⇒ Integer
Retrieves the current amount of bloodscrip currency.
-
.elans ⇒ Integer
Retrieves the current amount of elans currency.
-
.ethereal_scrip ⇒ Integer
Retrieves the current amount of ethereal scrip currency.
-
.gemstone_dust ⇒ Integer
Retrieves the current amount of gemstone dust currency.
-
.gigas_artifact_fragments ⇒ Integer
Retrieves the current amount of gigas artifact fragments currency.
-
.raikhen ⇒ Integer
Retrieves the current amount of raikhen currency.
-
.redsteel_marks ⇒ Integer
Retrieves the current amount of redsteel marks currency.
-
.silver ⇒ Integer
Retrieves the current amount of silver currency.
-
.silver_container ⇒ Integer
Retrieves the current amount of silver container currency.
-
.soul_shards ⇒ Integer
Retrieves the current amount of soul shards currency.
-
.tickets ⇒ Integer
Retrieves the current amount of tickets currency.
Class Method Details
.blackscrip ⇒ Integer
Retrieves the current amount of blackscrip currency.
49 50 51 |
# File 'lib/gemstone/infomon/currency.rb', line 49 def self.blackscrip Lich::Gemstone::Infomon.get('currency.blackscrip') end |
.bloodscrip ⇒ Integer
Retrieves the current amount of bloodscrip currency.
59 60 61 |
# File 'lib/gemstone/infomon/currency.rb', line 59 def self.bloodscrip Lich::Gemstone::Infomon.get('currency.bloodscrip') end |
.elans ⇒ Integer
Retrieves the current amount of elans currency.
89 90 91 |
# File 'lib/gemstone/infomon/currency.rb', line 89 def self.elans Lich::Gemstone::Infomon.get('currency.elans') end |
.ethereal_scrip ⇒ Integer
Retrieves the current amount of ethereal scrip currency.
69 70 71 |
# File 'lib/gemstone/infomon/currency.rb', line 69 def self.ethereal_scrip Lich::Gemstone::Infomon.get('currency.ethereal_scrip') end |
.gemstone_dust ⇒ Integer
Retrieves the current amount of gemstone dust currency.
119 120 121 |
# File 'lib/gemstone/infomon/currency.rb', line 119 def self.gemstone_dust Lich::Gemstone::Infomon.get('currency.gemstone_dust') end |
.gigas_artifact_fragments ⇒ Integer
Retrieves the current amount of gigas artifact fragments currency.
109 110 111 |
# File 'lib/gemstone/infomon/currency.rb', line 109 def self.gigas_artifact_fragments Lich::Gemstone::Infomon.get('currency.gigas_artifact_fragments') end |
.raikhen ⇒ Integer
Retrieves the current amount of raikhen currency.
79 80 81 |
# File 'lib/gemstone/infomon/currency.rb', line 79 def self.raikhen Lich::Gemstone::Infomon.get('currency.raikhen') end |
.redsteel_marks ⇒ Integer
Retrieves the current amount of redsteel marks currency.
29 30 31 |
# File 'lib/gemstone/infomon/currency.rb', line 29 def self.redsteel_marks Lich::Gemstone::Infomon.get('currency.redsteel_marks') end |
.silver ⇒ Integer
Retrieves the current amount of silver currency.
9 10 11 |
# File 'lib/gemstone/infomon/currency.rb', line 9 def self.silver Lich::Gemstone::Infomon.get('currency.silver') end |
.silver_container ⇒ Integer
Retrieves the current amount of silver container currency.
19 20 21 |
# File 'lib/gemstone/infomon/currency.rb', line 19 def self.silver_container Lich::Gemstone::Infomon.get('currency.silver_container') end |