Class: TigerBeetle::Transfer
- Inherits:
-
Object
- Object
- TigerBeetle::Transfer
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#amount ⇒ Integer
Returns the value of attribute amount.
-
#code ⇒ Integer
Returns the value of attribute code.
-
#credit_account_id ⇒ Integer
Returns the value of attribute credit_account_id.
-
#debit_account_id ⇒ Integer
Returns the value of attribute debit_account_id.
-
#flags ⇒ Integer
Returns the value of attribute flags.
-
#id ⇒ Integer
Returns the value of attribute id.
-
#ledger ⇒ Integer
Returns the value of attribute ledger.
-
#pending_id ⇒ Integer
Returns the value of attribute pending_id.
-
#timeout ⇒ Integer
Returns the value of attribute timeout.
-
#timestamp ⇒ Integer
Returns the value of attribute timestamp.
-
#user_data_128 ⇒ Integer
Returns the value of attribute user_data_128.
-
#user_data_32 ⇒ Integer
Returns the value of attribute user_data_32.
-
#user_data_64 ⇒ Integer
Returns the value of attribute user_data_64.
Instance Method Summary collapse
-
#initialize ⇒ Transfer
constructor
A new instance of Transfer.
Constructor Details
#initialize ⇒ Transfer
Returns a new instance of Transfer.
216 |
# File 'sig/tigerbeetle.rbs', line 216
def initialize: (?id: Integer, ?debit_account_id: Integer, ?credit_account_id: Integer, ?amount: Integer, ?pending_id: Integer, ?user_data_128: Integer, ?user_data_64: Integer, ?user_data_32: Integer, ?timeout: Integer, ?ledger: Integer, ?code: Integer, ?flags: Integer, ?timestamp: Integer) -> void
|
Instance Attribute Details
#amount ⇒ Integer
Returns the value of attribute amount.
205 206 207 |
# File 'sig/tigerbeetle.rbs', line 205 def amount @amount end |
#code ⇒ Integer
Returns the value of attribute code.
212 213 214 |
# File 'sig/tigerbeetle.rbs', line 212 def code @code end |
#credit_account_id ⇒ Integer
Returns the value of attribute credit_account_id.
204 205 206 |
# File 'sig/tigerbeetle.rbs', line 204 def credit_account_id @credit_account_id end |
#debit_account_id ⇒ Integer
Returns the value of attribute debit_account_id.
203 204 205 |
# File 'sig/tigerbeetle.rbs', line 203 def debit_account_id @debit_account_id end |
#flags ⇒ Integer
Returns the value of attribute flags.
213 214 215 |
# File 'sig/tigerbeetle.rbs', line 213 def flags @flags end |
#id ⇒ Integer
Returns the value of attribute id.
202 203 204 |
# File 'sig/tigerbeetle.rbs', line 202 def id @id end |
#ledger ⇒ Integer
Returns the value of attribute ledger.
211 212 213 |
# File 'sig/tigerbeetle.rbs', line 211 def ledger @ledger end |
#pending_id ⇒ Integer
Returns the value of attribute pending_id.
206 207 208 |
# File 'sig/tigerbeetle.rbs', line 206 def pending_id @pending_id end |
#timeout ⇒ Integer
Returns the value of attribute timeout.
210 211 212 |
# File 'sig/tigerbeetle.rbs', line 210 def timeout @timeout end |
#timestamp ⇒ Integer
Returns the value of attribute timestamp.
214 215 216 |
# File 'sig/tigerbeetle.rbs', line 214 def @timestamp end |
#user_data_128 ⇒ Integer
Returns the value of attribute user_data_128.
207 208 209 |
# File 'sig/tigerbeetle.rbs', line 207 def user_data_128 @user_data_128 end |
#user_data_32 ⇒ Integer
Returns the value of attribute user_data_32.
209 210 211 |
# File 'sig/tigerbeetle.rbs', line 209 def user_data_32 @user_data_32 end |
#user_data_64 ⇒ Integer
Returns the value of attribute user_data_64.
208 209 210 |
# File 'sig/tigerbeetle.rbs', line 208 def user_data_64 @user_data_64 end |