Parent

Simplify::Constants

Constants.

Public Class Methods

api_base_live_url() click to toggle source

Returns the base URL for the live API.

# File lib/simplify/constants.rb, line 39
def self.api_base_live_url
    @@api_base_live_url
end
api_base_sandbox_url() click to toggle source

Returns the base URL for the sandbox API.

# File lib/simplify/constants.rb, line 44
def self.api_base_sandbox_url
    @@api_base_sandbox_url
end
oauth_base_url() click to toggle source

Returns the base URL for OAuth.

# File lib/simplify/constants.rb, line 49
def self.oauth_base_url
   @@oauth_base_url
end
version() click to toggle source

Returns the SDK version.

# File lib/simplify/constants.rb, line 54
def self.version 
    @@version
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.