Class: TD::Types::BankCardActionOpenUrl
- Defined in:
- lib/tdlib/types/bank_card_action_open_url.rb
Overview
Describes an action associated with a bank card number.
Instance Attribute Summary collapse
-
#text ⇒ TD::Types::String
Action text.
-
#url ⇒ TD::Types::String
The URL to be opened.
Method Summary
Methods inherited from Base
Instance Attribute Details
#text ⇒ TD::Types::String
Action text.
6 7 8 |
# File 'lib/tdlib/types/bank_card_action_open_url.rb', line 6 def text @text end |
#url ⇒ TD::Types::String
The URL to be opened.
6 7 8 |
# File 'lib/tdlib/types/bank_card_action_open_url.rb', line 6 def url @url end |