Sha256: c06166f1c17ac5f10ecdf3be076572ba12db7e32c0ac51c6c7beb3efe1878a5b
Contents?: true
Size: 733 Bytes
Versions: 4
Compression:
Stored size: 733 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 :autotrade, :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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cryptum-0.0.392 | lib/cryptum/option/choice.rb |
cryptum-0.0.389 | lib/cryptum/option/choice.rb |
cryptum-0.0.388 | lib/cryptum/option/choice.rb |
cryptum-0.0.387 | lib/cryptum/option/choice.rb |