Class: TigerBeetle::AccountBalance
- Inherits:
-
Object
- Object
- TigerBeetle::AccountBalance
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#credits_pending ⇒ Integer
readonly
Returns the value of attribute credits_pending.
-
#credits_posted ⇒ Integer
readonly
Returns the value of attribute credits_posted.
-
#debits_pending ⇒ Integer
readonly
Returns the value of attribute debits_pending.
-
#debits_posted ⇒ Integer
readonly
Returns the value of attribute debits_posted.
-
#timestamp ⇒ Integer
readonly
Returns the value of attribute timestamp.
Instance Method Summary collapse
-
#initialize ⇒ AccountBalance
constructor
A new instance of AccountBalance.
Constructor Details
#initialize ⇒ AccountBalance
Returns a new instance of AccountBalance.
254 |
# File 'sig/tigerbeetle.rbs', line 254
def initialize: () -> void
|
Instance Attribute Details
#credits_pending ⇒ Integer (readonly)
Returns the value of attribute credits_pending.
250 251 252 |
# File 'sig/tigerbeetle.rbs', line 250 def credits_pending @credits_pending end |
#credits_posted ⇒ Integer (readonly)
Returns the value of attribute credits_posted.
251 252 253 |
# File 'sig/tigerbeetle.rbs', line 251 def credits_posted @credits_posted end |
#debits_pending ⇒ Integer (readonly)
Returns the value of attribute debits_pending.
248 249 250 |
# File 'sig/tigerbeetle.rbs', line 248 def debits_pending @debits_pending end |
#debits_posted ⇒ Integer (readonly)
Returns the value of attribute debits_posted.
249 250 251 |
# File 'sig/tigerbeetle.rbs', line 249 def debits_posted @debits_posted end |
#timestamp ⇒ Integer (readonly)
Returns the value of attribute timestamp.
252 253 254 |
# File 'sig/tigerbeetle.rbs', line 252 def @timestamp end |