Sha256: cba797d714fd5395af3e03542fc61f25a5c53cfda55b4867482b2e47b6d66b78
Contents?: true
Size: 701 Bytes
Versions: 15
Compression:
Stored size: 701 Bytes
Contents
# frozen_string_literal: true module Cryptum # This module is used to Accept User Input at Session Initiation module Option # attr_accessor objects to pass through application class Choice attr_accessor :driver_name, :list_products, :proxy, :reset_session_countdown, :session_root, :sandbox, :symbol, :market_trend_reset, :market_trend_reset_label rescue Interrupt, StandardError => e # Produce a Stacktrace for anything else Cryptum::Log.append(level: :error, msg: e, which_self: self) end end end
Version data entries
15 entries across 15 versions & 1 rubygems