struct Turnir::DbStorage::Preset
- Turnir::DbStorage::Preset
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
turnir/db_storage.crConstructors
- .new(id : String, title : String, owner_id : String, created_at : Int64, updated_at : Int64, options : Array(String))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #created_at : Int64
- #created_at=(created_at : Int64)
- #id : String
- #id=(id : String)
- #options : Array(String)
- #options=(options : Array(String))
- #owner_id : String
- #owner_id=(owner_id : String)
- #title : String
- #title=(title : String)
- #updated_at : Int64
- #updated_at=(updated_at : Int64)
Constructor Detail
def self.new(id : String, title : String, owner_id : String, created_at : Int64, updated_at : Int64, options : Array(String))
#