module NLBSG

Constants

BRANCH
LANGUAGE
MEDIA_CODE
STATUS_CODE
VERSION
WSDL

Public Class Methods

client(key:, env: :staging) click to toggle source
# File lib/nlbsg.rb, line 11
def self.client(key:, env: :staging)
  @key = key
  @env = env

  return Client.new
end
env() click to toggle source
# File lib/nlbsg.rb, line 22
def self.env
  @env
end
key() click to toggle source
# File lib/nlbsg.rb, line 18
def self.key
  @key
end