struct Turnir::DbStorage::Preset

Included Modules

Defined in:

turnir/db_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, title : String, owner_id : String, created_at : Int64, updated_at : Int64, options : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at : Int64 #

[View source]
def created_at=(created_at : Int64) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def options : Array(String) #

[View source]
def options=(options : Array(String)) #

[View source]
def owner_id : String #

[View source]
def owner_id=(owner_id : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def updated_at : Int64 #

[View source]
def updated_at=(updated_at : Int64) #

[View source]