Class: Telegram::Bot::Types::StarTransactions
- Defined in:
- sig/telegram/bot/types/star_transactions.rbs
Instance Attribute Summary collapse
-
#transactions ⇒ Array[StarTransaction]
readonly
Returns the value of attribute transactions.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Compactable
Methods included from PatternMatching
Instance Attribute Details
#transactions ⇒ Array[StarTransaction] (readonly)
Returns the value of attribute transactions.
8 9 10 |
# File 'sig/telegram/bot/types/star_transactions.rbs', line 8 def transactions @transactions end |
Class Method Details
.new(transactions:) ⇒ instance .new(attributes) ⇒ instance
6 7 |
# File 'sig/telegram/bot/types/star_transactions.rbs', line 6
def self.new: (transactions: Array[StarTransaction]) -> instance
| (?Hash[Symbol | String, untyped] attributes) -> instance
|