Class: Dnkey::Bitcoin

Inherits:
Object
  • Object
show all
Defined in:
lib/dnkey.rb

Overview

TODO: refactor out the duplication

Class Method Summary collapse

Class Method Details

.get(domain, options = {}) ⇒ Object



44
45
46
# File 'lib/dnkey.rb', line 44

def self.get(domain, options={})
  API.get(domain, {:key => :btc}.merge(options).merge(Dnkey::default_options))
end