Class: TigerBeetle::Account
- Inherits:
-
Object
- Object
- TigerBeetle::Account
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#code ⇒ Integer
Returns the value of attribute code.
-
#credits_pending ⇒ Integer
Returns the value of attribute credits_pending.
-
#credits_posted ⇒ Integer
Returns the value of attribute credits_posted.
-
#debits_pending ⇒ Integer
Returns the value of attribute debits_pending.
-
#debits_posted ⇒ Integer
Returns the value of attribute debits_posted.
-
#flags ⇒ Integer
Returns the value of attribute flags.
-
#id ⇒ Integer
Returns the value of attribute id.
-
#ledger ⇒ Integer
Returns the value of attribute ledger.
-
#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 ⇒ Account
constructor
A new instance of Account.
Constructor Details
#initialize ⇒ Account
Returns a new instance of Account.
198 |
# File 'sig/tigerbeetle.rbs', line 198
def initialize: (?id: Integer, ?debits_pending: Integer, ?debits_posted: Integer, ?credits_pending: Integer, ?credits_posted: Integer, ?user_data_128: Integer, ?user_data_64: Integer, ?user_data_32: Integer, ?ledger: Integer, ?code: Integer, ?flags: Integer, ?timestamp: Integer) -> void
|
Instance Attribute Details
#code ⇒ Integer
Returns the value of attribute code.
194 195 196 |
# File 'sig/tigerbeetle.rbs', line 194 def code @code end |
#credits_pending ⇒ Integer
Returns the value of attribute credits_pending.
188 189 190 |
# File 'sig/tigerbeetle.rbs', line 188 def credits_pending @credits_pending end |
#credits_posted ⇒ Integer
Returns the value of attribute credits_posted.
189 190 191 |
# File 'sig/tigerbeetle.rbs', line 189 def credits_posted @credits_posted end |
#debits_pending ⇒ Integer
Returns the value of attribute debits_pending.
186 187 188 |
# File 'sig/tigerbeetle.rbs', line 186 def debits_pending @debits_pending end |
#debits_posted ⇒ Integer
Returns the value of attribute debits_posted.
187 188 189 |
# File 'sig/tigerbeetle.rbs', line 187 def debits_posted @debits_posted end |
#flags ⇒ Integer
Returns the value of attribute flags.
195 196 197 |
# File 'sig/tigerbeetle.rbs', line 195 def flags @flags end |
#id ⇒ Integer
Returns the value of attribute id.
185 186 187 |
# File 'sig/tigerbeetle.rbs', line 185 def id @id end |
#ledger ⇒ Integer
Returns the value of attribute ledger.
193 194 195 |
# File 'sig/tigerbeetle.rbs', line 193 def ledger @ledger end |
#timestamp ⇒ Integer
Returns the value of attribute timestamp.
196 197 198 |
# File 'sig/tigerbeetle.rbs', line 196 def @timestamp end |
#user_data_128 ⇒ Integer
Returns the value of attribute user_data_128.
190 191 192 |
# File 'sig/tigerbeetle.rbs', line 190 def user_data_128 @user_data_128 end |
#user_data_32 ⇒ Integer
Returns the value of attribute user_data_32.
192 193 194 |
# File 'sig/tigerbeetle.rbs', line 192 def user_data_32 @user_data_32 end |
#user_data_64 ⇒ Integer
Returns the value of attribute user_data_64.
191 192 193 |
# File 'sig/tigerbeetle.rbs', line 191 def user_data_64 @user_data_64 end |