Module: Mfkessai

Defined in:
lib/mfkessai.rb,
lib/mfkessai/ping.rb,
lib/mfkessai/client.rb,
lib/mfkessai/errors.rb,
lib/mfkessai/version.rb,
lib/mfkessai/customer.rb,
lib/mfkessai/destination.rb,
lib/mfkessai/examination.rb,
lib/mfkessai/transaction.rb

Defined Under Namespace

Modules: Client Classes: APIConnectionError, AuthenticationError, BadRequestError, Customer, Destination, Examination, ForbiddenError, MfkessaiError, NotFoundError, Ping, ServerError, Transaction

Constant Summary collapse

VERSION =
"1.0.0"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



22
23
24
# File 'lib/mfkessai.rb', line 22

def api_key
  @api_key
end

.api_urlObject

Returns the value of attribute api_url.



22
23
24
# File 'lib/mfkessai.rb', line 22

def api_url
  @api_url
end

.api_versionObject

Returns the value of attribute api_version.



22
23
24
# File 'lib/mfkessai.rb', line 22

def api_version
  @api_version
end

.open_timeoutObject

Returns the value of attribute open_timeout.



22
23
24
# File 'lib/mfkessai.rb', line 22

def open_timeout
  @open_timeout
end

.read_timeoutObject

Returns the value of attribute read_timeout.



22
23
24
# File 'lib/mfkessai.rb', line 22

def read_timeout
  @read_timeout
end