Class: TD::Types::BankCardActionOpenUrl

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#textTD::Types::String

Action text.

Returns:

  • (TD::Types::String)

    the current value of text



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

def text
  @text
end

#urlTD::Types::String

The URL to be opened.

Returns:

  • (TD::Types::String)

    the current value of url



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

def url
  @url
end