Sha256: 6789c4dddd549244c0cbe05fa8414483c36790ac378641da4a36c6596e081f31
Contents?: true
Size: 970 Bytes
Versions: 11
Compression:
Stored size: 970 Bytes
Contents
module GenesisRuby module Api module Constants module Transactions module Parameters module Threeds module Version2 module Control # Threeds Version2 Control Challenge Window Sizes class ChallengeWindowSizes extend Mixins::Constants::Common # Challenge Window Size 250x400 SIZE_250X400 = '250x400'.freeze # Challenge Window Size 390x400 SIZE_390X400 = '390x400'.freeze # Challenge Window Size 500x600 SIZE_500X600 = '500x600'.freeze # Challenge Window Size 600x400 SIZE_600X400 = '600x400'.freeze # Challenge Window Size Full Screen FULLSCREEN = 'full_screen'.freeze end end end end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems