Class: StellarSpectrum::GetKeyForAddress
- Inherits:
-
Object
- Object
- StellarSpectrum::GetKeyForAddress
- Defined in:
- lib/stellar_spectrum/services/get_key_for_address.rb
Constant Summary collapse
- REDIS_PREFIX =
"stellar_spectrum"
Class Method Summary collapse
Class Method Details
.execute(address) ⇒ Object
6 7 8 |
# File 'lib/stellar_spectrum/services/get_key_for_address.rb', line 6 def self.execute(address) "#{REDIS_PREFIX}:#{address}" end |