Class: TigerBeetle::CreateTransferResult
- Inherits:
-
Object
- Object
- TigerBeetle::CreateTransferResult
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#status ⇒ Integer
readonly
Returns the value of attribute status.
-
#status_name ⇒ create_transfer_status_name
readonly
Returns the value of attribute status_name.
-
#timestamp ⇒ Integer
readonly
Returns the value of attribute timestamp.
Instance Method Summary collapse
-
#initialize ⇒ CreateTransferResult
constructor
A new instance of CreateTransferResult.
Constructor Details
#initialize ⇒ CreateTransferResult
Returns a new instance of CreateTransferResult.
369 |
# File 'sig/tigerbeetle.rbs', line 369
def initialize: () -> void
|
Instance Attribute Details
#status ⇒ Integer (readonly)
Returns the value of attribute status.
366 367 368 |
# File 'sig/tigerbeetle.rbs', line 366 def status @status end |
#status_name ⇒ create_transfer_status_name (readonly)
Returns the value of attribute status_name.
367 368 369 |
# File 'sig/tigerbeetle.rbs', line 367 def status_name @status_name end |
#timestamp ⇒ Integer (readonly)
Returns the value of attribute timestamp.
365 366 367 |
# File 'sig/tigerbeetle.rbs', line 365 def @timestamp end |