Class: TigerBeetle::CreateAccountResult
- Inherits:
-
Object
- Object
- TigerBeetle::CreateAccountResult
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#status ⇒ Integer
readonly
Returns the value of attribute status.
-
#status_name ⇒ create_account_status_name
readonly
Returns the value of attribute status_name.
-
#timestamp ⇒ Integer
readonly
Returns the value of attribute timestamp.
Instance Method Summary collapse
-
#initialize ⇒ CreateAccountResult
constructor
A new instance of CreateAccountResult.
Constructor Details
#initialize ⇒ CreateAccountResult
Returns a new instance of CreateAccountResult.
361 |
# File 'sig/tigerbeetle.rbs', line 361
def initialize: () -> void
|
Instance Attribute Details
#status ⇒ Integer (readonly)
Returns the value of attribute status.
358 359 360 |
# File 'sig/tigerbeetle.rbs', line 358 def status @status end |
#status_name ⇒ create_account_status_name (readonly)
Returns the value of attribute status_name.
359 360 361 |
# File 'sig/tigerbeetle.rbs', line 359 def status_name @status_name end |
#timestamp ⇒ Integer (readonly)
Returns the value of attribute timestamp.
357 358 359 |
# File 'sig/tigerbeetle.rbs', line 357 def @timestamp end |