Class: TigerBeetle::QueryFilter
- Inherits:
-
Object
- Object
- TigerBeetle::QueryFilter
- Defined in:
- sig/tigerbeetle.rbs
Instance Attribute Summary collapse
-
#code ⇒ Integer
Returns the value of attribute code.
-
#flags ⇒ Integer
Returns the value of attribute flags.
-
#ledger ⇒ Integer
Returns the value of attribute ledger.
-
#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 ⇒ QueryFilter
constructor
A new instance of QueryFilter.
Constructor Details
#initialize ⇒ QueryFilter
Returns a new instance of QueryFilter.
244 |
# File 'sig/tigerbeetle.rbs', line 244
def initialize: (?user_data_128: Integer, ?user_data_64: Integer, ?user_data_32: Integer, ?ledger: Integer, ?code: Integer, ?timestamp_min: Integer, ?timestamp_max: Integer, ?limit: Integer, ?flags: Integer) -> void
|
Instance Attribute Details
#code ⇒ Integer
Returns the value of attribute code.
238 239 240 |
# File 'sig/tigerbeetle.rbs', line 238 def code @code end |
#flags ⇒ Integer
Returns the value of attribute flags.
242 243 244 |
# File 'sig/tigerbeetle.rbs', line 242 def flags @flags end |
#ledger ⇒ Integer
Returns the value of attribute ledger.
237 238 239 |
# File 'sig/tigerbeetle.rbs', line 237 def ledger @ledger end |
#limit ⇒ Integer
Returns the value of attribute limit.
241 242 243 |
# File 'sig/tigerbeetle.rbs', line 241 def limit @limit end |
#timestamp_max ⇒ Integer
Returns the value of attribute timestamp_max.
240 241 242 |
# File 'sig/tigerbeetle.rbs', line 240 def @timestamp_max end |
#timestamp_min ⇒ Integer
Returns the value of attribute timestamp_min.
239 240 241 |
# File 'sig/tigerbeetle.rbs', line 239 def @timestamp_min end |
#user_data_128 ⇒ Integer
Returns the value of attribute user_data_128.
234 235 236 |
# File 'sig/tigerbeetle.rbs', line 234 def user_data_128 @user_data_128 end |
#user_data_32 ⇒ Integer
Returns the value of attribute user_data_32.
236 237 238 |
# File 'sig/tigerbeetle.rbs', line 236 def user_data_32 @user_data_32 end |
#user_data_64 ⇒ Integer
Returns the value of attribute user_data_64.
235 236 237 |
# File 'sig/tigerbeetle.rbs', line 235 def user_data_64 @user_data_64 end |