module CryptoUnit

Constants

ENCRYPT_YAML_DATA
ENCRYPT_YAML_PATH
VERSION

Public Instance Methods

centinero() click to toggle source
# File lib/crypto_unit.rb, line 96
def centinero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
decinero() click to toggle source
# File lib/crypto_unit.rb, line 100
def decinero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
drop() click to toggle source

XRP

# File lib/crypto_unit.rb, line 62
def drop
  self.to_d * ENCRYPT_YAML_DATA["XRP"]["#{__method__.downcase}"].to_d
end
ether() click to toggle source
# File lib/crypto_unit.rb, line 33
def ether
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
finney() click to toggle source
# File lib/crypto_unit.rb, line 37
def finney
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
gether() click to toggle source
# File lib/crypto_unit.rb, line 21
def gether
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
gwei() click to toggle source
# File lib/crypto_unit.rb, line 45
def gwei
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
kether() click to toggle source
# File lib/crypto_unit.rb, line 29
def kether
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
kwei() click to toggle source
# File lib/crypto_unit.rb, line 53
def kwei
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
lites() click to toggle source

LTC

# File lib/crypto_unit.rb, line 67
def lites
  self.to_d * ENCRYPT_YAML_DATA["LTC"]["#{__method__.downcase}"].to_d
end
litoshis() click to toggle source
# File lib/crypto_unit.rb, line 75
def litoshis
  self.to_d * ENCRYPT_YAML_DATA["LTC"]["#{__method__.downcase}"].to_d
end
mether() click to toggle source
# File lib/crypto_unit.rb, line 25
def mether
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
micronero() click to toggle source
# File lib/crypto_unit.rb, line 88
def micronero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
millinero() click to toggle source
# File lib/crypto_unit.rb, line 92
def millinero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
monero() click to toggle source
# File lib/crypto_unit.rb, line 104
def monero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
mwei() click to toggle source
# File lib/crypto_unit.rb, line 49
def mwei
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
mxem() click to toggle source
# File lib/crypto_unit.rb, line 113
def mxem
  self.to_d * ENCRYPT_YAML_DATA["XEM"]["#{__method__.downcase}"].to_d
end
nanonero() click to toggle source
# File lib/crypto_unit.rb, line 84
def nanonero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
photones() click to toggle source
# File lib/crypto_unit.rb, line 71
def photones
  self.to_d * ENCRYPT_YAML_DATA["LTC"]["#{__method__.downcase}"].to_d
end
piconero() click to toggle source

XMR

# File lib/crypto_unit.rb, line 80
def piconero
  self.to_d * ENCRYPT_YAML_DATA["XMR"]["#{__method__.downcase}"].to_d
end
satoshi() click to toggle source

BTC

# File lib/crypto_unit.rb, line 12
def satoshi
  self.to_d * ENCRYPT_YAML_DATA["BTC"]["#{__method__.downcase}"].to_d
end
szabo() click to toggle source
# File lib/crypto_unit.rb, line 41
def szabo
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
tether() click to toggle source

ETH

# File lib/crypto_unit.rb, line 17
def tether
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
wei() click to toggle source
# File lib/crypto_unit.rb, line 57
def wei
  self.to_d * ENCRYPT_YAML_DATA["ETH"]["#{__method__.downcase}"].to_d
end
µxem() click to toggle source

XEM

# File lib/crypto_unit.rb, line 109
def µxem
  self.to_d * ENCRYPT_YAML_DATA["XEM"]["#{__method__.downcase}"].to_d
end