Class: OKEX::Host
- Inherits:
-
Object
- Object
- OKEX::Host
- 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
.okex ⇒ Object
9 10 11 |
# File 'lib/okex/host.rb', line 9 def self.okex OKEX_HOST end |
.ouyi ⇒ Object
5 6 7 |
# File 'lib/okex/host.rb', line 5 def self.ouyi OUYI_HOST end |