module DVRUBYSDK
Constants
- VERSION
Public Class Methods
port=(port)
click to toggle source
# File lib/DV_RUBY_SDK.rb, line 15 def self.port=(port); $port = port; end
token=(token)
click to toggle source
# File lib/DV_RUBY_SDK.rb, line 13 def self.token=(token); $token = token; end
url=(url)
click to toggle source
# File lib/DV_RUBY_SDK.rb, line 14 def self.url=(url); $url = url; end