Class: TigerBeetle::AccountBalance

Inherits:
Object
  • Object
show all
Defined in:
sig/tigerbeetle.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAccountBalance

Returns a new instance of AccountBalance.



254
# File 'sig/tigerbeetle.rbs', line 254

def initialize: () -> void

Instance Attribute Details

#credits_pendingInteger (readonly)

Returns the value of attribute credits_pending.

Returns:

  • (Integer)


250
251
252
# File 'sig/tigerbeetle.rbs', line 250

def credits_pending
  @credits_pending
end

#credits_postedInteger (readonly)

Returns the value of attribute credits_posted.

Returns:

  • (Integer)


251
252
253
# File 'sig/tigerbeetle.rbs', line 251

def credits_posted
  @credits_posted
end

#debits_pendingInteger (readonly)

Returns the value of attribute debits_pending.

Returns:

  • (Integer)


248
249
250
# File 'sig/tigerbeetle.rbs', line 248

def debits_pending
  @debits_pending
end

#debits_postedInteger (readonly)

Returns the value of attribute debits_posted.

Returns:

  • (Integer)


249
250
251
# File 'sig/tigerbeetle.rbs', line 249

def debits_posted
  @debits_posted
end

#timestampInteger (readonly)

Returns the value of attribute timestamp.

Returns:

  • (Integer)


252
253
254
# File 'sig/tigerbeetle.rbs', line 252

def timestamp
  @timestamp
end