Module: Clt

Defined in:
lib/clt-sdk.rb,
lib/clt/cvs.rb,
lib/clt/version.rb,
lib/clt/credit_card.rb,
lib/clt/error_message.rb,
lib/clt/general_methods.rb

Defined Under Namespace

Modules: GeneralMethods Classes: CreditCard, Cvs, ErrorMessage

Constant Summary collapse

VERSION =
"3.0.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.cocs_hash_baseObject

Returns the value of attribute cocs_hash_base.



18
19
20
# File 'lib/clt-sdk.rb', line 18

def cocs_hash_base
  @cocs_hash_base
end

Returns the value of attribute cocs_link_id.



18
19
20
# File 'lib/clt-sdk.rb', line 18

def cocs_link_id
  @cocs_link_id
end

.cvs_cust_idObject

Returns the value of attribute cvs_cust_id.



17
18
19
# File 'lib/clt-sdk.rb', line 17

def cvs_cust_id
  @cvs_cust_id
end

.cvs_cust_passwordObject

Returns the value of attribute cvs_cust_password.



17
18
19
# File 'lib/clt-sdk.rb', line 17

def cvs_cust_password
  @cvs_cust_password
end

.cvs_default_expire_dayObject

Returns the value of attribute cvs_default_expire_day.



17
18
19
# File 'lib/clt-sdk.rb', line 17

def cvs_default_expire_day
  @cvs_default_expire_day
end

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Clt)

    the object that the method was called on



25
26
27
# File 'lib/clt-sdk.rb', line 25

def self.setup
  yield(self)
end