module Clt

Constants

VERSION

Attributes

cocs_hash_base[RW]
cvs_cust_id[RW]
cvs_cust_password[RW]
cvs_default_expire_day[RW]

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/clt-sdk.rb, line 25
def self.setup
  yield(self)
end