Class: OKEX::Host

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

Constant Summary collapse

OUYI_HOST =
"https://www.ouyi.cc".freeze
OKEX_HOST =
"https://www.okex.com".freeze

Class Method Summary collapse

Class Method Details

.okexObject



9
10
11
# File 'lib/okex/host.rb', line 9

def self.okex
  OKEX_HOST
end

.ouyiObject



5
6
7
# File 'lib/okex/host.rb', line 5

def self.ouyi
  OUYI_HOST
end