class EventCreateSerializer

Included Modules

Defined in:

serializers/event_serializer.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.adapter #

[View source]

Instance Method Detail

def host_name : String #

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

[View source]
def name : String #

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

[View source]
def slots : Array(SerializedSlot) #

[View source]
def slots=(slots : Array(SerializedSlot)) #

[View source]