class Fabychy::DataTypes::Payload

Public Instance Methods

validations() click to toggle source
# File lib/fabychy/data_types/payload.rb, line 6
def validations
  {
    template_type: {required: true, class: [String]}
  }
end