Class: TD::Types::BankCardInfo
- Defined in:
- lib/tdlib/types/bank_card_info.rb
Overview
Information about a bank card.
Instance Attribute Summary collapse
-
#actions ⇒ Array<TD::Types::BankCardActionOpenUrl>
Actions that can be done with the bank card number.
-
#title ⇒ TD::Types::String
Title of the bank card description.
Method Summary
Methods inherited from Base
Instance Attribute Details
#actions ⇒ Array<TD::Types::BankCardActionOpenUrl>
Actions that can be done with the bank card number.
6 7 8 |
# File 'lib/tdlib/types/bank_card_info.rb', line 6 def actions @actions end |
#title ⇒ TD::Types::String
Title of the bank card description.
6 7 8 |
# File 'lib/tdlib/types/bank_card_info.rb', line 6 def title @title end |