struct Query::Result
- Query::Result
- Struct
- Value
- Object
Defined in:
query/builder.crConstructors
- .new(type : Type, item : Store::Item, query_id : String = "", limit : Int32 = 0, offset : Int32 = 0)
Instance Method Summary
- #item : Store::Item
- #item=(item : Store::Item)
- #limit : Int32
- #limit=(limit : Int32)
- #offset : Int32
- #offset=(offset : Int32)
- #query_id : String
- #query_id=(query_id : String)
- #type : Query::Type
- #type=(type : Query::Type)
Constructor Detail
def self.new(type : Type, item : Store::Item, query_id : String = "", limit : Int32 = 0, offset : Int32 = 0)
#