Class: TigerBeetle::CreateTransferResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreateTransferResult

Returns a new instance of CreateTransferResult.



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

def initialize: () -> void

Instance Attribute Details

#statusInteger (readonly)

Returns the value of attribute status.

Returns:

  • (Integer)


366
367
368
# File 'sig/tigerbeetle.rbs', line 366

def status
  @status
end

#status_namecreate_transfer_status_name (readonly)

Returns the value of attribute status_name.

Returns:

  • (create_transfer_status_name)


367
368
369
# File 'sig/tigerbeetle.rbs', line 367

def status_name
  @status_name
end

#timestampInteger (readonly)

Returns the value of attribute timestamp.

Returns:

  • (Integer)


365
366
367
# File 'sig/tigerbeetle.rbs', line 365

def timestamp
  @timestamp
end