Class: TigerBeetle::CreateAccountResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreateAccountResult

Returns a new instance of CreateAccountResult.



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

def initialize: () -> void

Instance Attribute Details

#statusInteger (readonly)

Returns the value of attribute status.

Returns:

  • (Integer)


358
359
360
# File 'sig/tigerbeetle.rbs', line 358

def status
  @status
end

#status_namecreate_account_status_name (readonly)

Returns the value of attribute status_name.

Returns:

  • (create_account_status_name)


359
360
361
# File 'sig/tigerbeetle.rbs', line 359

def status_name
  @status_name
end

#timestampInteger (readonly)

Returns the value of attribute timestamp.

Returns:

  • (Integer)


357
358
359
# File 'sig/tigerbeetle.rbs', line 357

def timestamp
  @timestamp
end