Module: EML::UK

Extended by:
T::Sig
Defined in:
lib/eml/uk.rb,
lib/eml/uk/config.rb,
lib/eml/uk/payload.rb,
lib/eml/uk/response.rb,
lib/eml/uk/parameters.rb,
lib/eml/uk/payload/iso.rb,
lib/eml/uk/api_resource.rb,
lib/eml/uk/tns/response.rb,
lib/eml/uk/lib/parse_date.rb,
lib/eml/uk/resources/card.rb,
lib/eml/uk/models/tns/card.rb,
lib/eml/uk/payload/location.rb,
lib/eml/uk/payload/card/lock.rb,
lib/eml/uk/payload/card/show.rb,
lib/eml/uk/payload/card/void.rb,
lib/eml/uk/lib/endpoint_class.rb,
lib/eml/uk/models/tns/message.rb,
lib/eml/uk/models/transaction.rb,
lib/eml/uk/payload/card/reload.rb,
lib/eml/uk/payload/card/unload.rb,
lib/eml/uk/payload/card/unlock.rb,
lib/eml/uk/resources/agreement.rb,
lib/eml/uk/responses/card/show.rb,
lib/eml/uk/tns/process_request.rb,
lib/eml/uk/parameters/card/lock.rb,
lib/eml/uk/parameters/card/show.rb,
lib/eml/uk/parameters/card/void.rb,
lib/eml/uk/payload/card/register.rb,
lib/eml/uk/responses/card/reload.rb,
lib/eml/uk/models/tns/transaction.rb,
lib/eml/uk/parameters/card/reload.rb,
lib/eml/uk/parameters/card/unload.rb,
lib/eml/uk/parameters/card/unlock.rb,
lib/eml/uk/payload/agreement/show.rb,
lib/eml/uk/payload/card/activation.rb,
lib/eml/uk/parameters/card/register.rb,
lib/eml/uk/payload/card/transaction.rb,
lib/eml/uk/responses/agreement/show.rb,
lib/eml/uk/parameters/agreement/show.rb,
lib/eml/uk/parameters/card/activation.rb,
lib/eml/uk/responses/card/transaction.rb,
lib/eml/uk/parameters/card/transaction.rb

Defined Under Namespace

Modules: Models, Responses, TNS Classes: APIResource, Agreement, Card, Config, EndpointClass, Parameters, ParseDate, Payload, Response

Class Method Summary collapse

Class Method Details

.configObject



15
16
17
# File 'lib/eml/uk/config.rb', line 15

def config
  @config ||= T.let(Config.new, Config)
end

.configure {|config| ... } ⇒ Object

Yields:



10
11
12
# File 'lib/eml/uk/config.rb', line 10

def configure
  yield config
end