Class: TD::Types::BankCardInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/bank_card_info.rb

Overview

Information about a bank card.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#actionsArray<TD::Types::BankCardActionOpenUrl>

Actions that can be done with the bank card number.

Returns:



6
7
8
# File 'lib/tdlib/types/bank_card_info.rb', line 6

def actions
  @actions
end

#titleTD::Types::String

Title of the bank card description.

Returns:

  • (TD::Types::String)

    the current value of title



6
7
8
# File 'lib/tdlib/types/bank_card_info.rb', line 6

def title
  @title
end