Sha256: 9b2cfc91b630d08c761930e6e4b726c64fee9c1b999de584210fe81e30776661
Contents?: true
Size: 303 Bytes
Versions: 3
Compression:
Stored size: 303 Bytes
Contents
module TD::Types # Contains information about the payment method chosen by the user. class InputCredentials < Base %w[ saved new android_pay apple_pay ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/input_credentials/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/input_credentials.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/input_credentials.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/input_credentials.rb |