Class: TigerBeetle::AccountFilter
- Inherits:
-
Object
- Object
- TigerBeetle::AccountFilter
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ Integer
Returns the value of attribute account_id.
-
#code ⇒ Integer
Returns the value of attribute code.
-
#flags ⇒ Integer
Returns the value of attribute flags.
-
#limit ⇒ Integer
Returns the value of attribute limit.
-
#timestamp_max ⇒ Integer
Returns the value of attribute timestamp_max.
-
#timestamp_min ⇒ Integer
Returns the value of attribute timestamp_min.
-
#user_data_128 ⇒ Integer
Returns the value of attribute user_data_128.
-
#user_data_32 ⇒ Integer
Returns the value of attribute user_data_32.
-
#user_data_64 ⇒ Integer
Returns the value of attribute user_data_64.
Instance Method Summary collapse
-
#initialize ⇒ AccountFilter
constructor
A new instance of AccountFilter.
Constructor Details
#initialize ⇒ AccountFilter
Returns a new instance of AccountFilter.
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_id ⇒ Integer
Returns the value of attribute account_id.
220 221 222 |
# File 'sig/tigerbeetle.rbs', line 220 def account_id @account_id end |
#code ⇒ Integer
Returns the value of attribute code.
224 225 226 |
# File 'sig/tigerbeetle.rbs', line 224 def code @code end |
#flags ⇒ Integer
Returns the value of attribute flags.
228 229 230 |
# File 'sig/tigerbeetle.rbs', line 228 def flags @flags end |
#limit ⇒ Integer
Returns the value of attribute limit.
227 228 229 |
# File 'sig/tigerbeetle.rbs', line 227 def limit @limit end |
#timestamp_max ⇒ Integer
Returns the value of attribute timestamp_max.
226 227 228 |
# File 'sig/tigerbeetle.rbs', line 226 def @timestamp_max end |
#timestamp_min ⇒ Integer
Returns the value of attribute timestamp_min.
225 226 227 |
# File 'sig/tigerbeetle.rbs', line 225 def @timestamp_min end |
#user_data_128 ⇒ Integer
Returns the value of attribute user_data_128.
221 222 223 |
# File 'sig/tigerbeetle.rbs', line 221 def user_data_128 @user_data_128 end |
#user_data_32 ⇒ Integer
Returns the value of attribute user_data_32.
223 224 225 |
# File 'sig/tigerbeetle.rbs', line 223 def user_data_32 @user_data_32 end |
#user_data_64 ⇒ Integer
Returns the value of attribute user_data_64.
222 223 224 |
# File 'sig/tigerbeetle.rbs', line 222 def user_data_64 @user_data_64 end |