Class: TigerBeetle::AccountFilter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAccountFilter

Returns a new instance of AccountFilter.

Parameters:

  • account_id: (Integer)
  • user_data_128: (Integer)
  • user_data_64: (Integer)
  • user_data_32: (Integer)
  • code: (Integer)
  • timestamp_min: (Integer)
  • timestamp_max: (Integer)
  • limit: (Integer)
  • flags: (Integer)


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

def initialize: (?account_id: Integer, ?user_data_128: Integer, ?user_data_64: Integer, ?user_data_32: Integer, ?code: Integer, ?timestamp_min: Integer, ?timestamp_max: Integer, ?limit: Integer, ?flags: Integer) -> void

Instance Attribute Details

#account_idInteger

Returns the value of attribute account_id.

Returns:

  • (Integer)


220
221
222
# File 'sig/tigerbeetle.rbs', line 220

def 
  @account_id
end

#codeInteger

Returns the value of attribute code.

Returns:

  • (Integer)


224
225
226
# File 'sig/tigerbeetle.rbs', line 224

def code
  @code
end

#flagsInteger

Returns the value of attribute flags.

Returns:

  • (Integer)


228
229
230
# File 'sig/tigerbeetle.rbs', line 228

def flags
  @flags
end

#limitInteger

Returns the value of attribute limit.

Returns:

  • (Integer)


227
228
229
# File 'sig/tigerbeetle.rbs', line 227

def limit
  @limit
end

#timestamp_maxInteger

Returns the value of attribute timestamp_max.

Returns:

  • (Integer)


226
227
228
# File 'sig/tigerbeetle.rbs', line 226

def timestamp_max
  @timestamp_max
end

#timestamp_minInteger

Returns the value of attribute timestamp_min.

Returns:

  • (Integer)


225
226
227
# File 'sig/tigerbeetle.rbs', line 225

def timestamp_min
  @timestamp_min
end

#user_data_128Integer

Returns the value of attribute user_data_128.

Returns:

  • (Integer)


221
222
223
# File 'sig/tigerbeetle.rbs', line 221

def user_data_128
  @user_data_128
end

#user_data_32Integer

Returns the value of attribute user_data_32.

Returns:

  • (Integer)


223
224
225
# File 'sig/tigerbeetle.rbs', line 223

def user_data_32
  @user_data_32
end

#user_data_64Integer

Returns the value of attribute user_data_64.

Returns:

  • (Integer)


222
223
224
# File 'sig/tigerbeetle.rbs', line 222

def user_data_64
  @user_data_64
end