Class: Fabychy::DataTypes::Attachment

Inherits:
Base
  • Object
show all
Defined in:
lib/fabychy/data_types/attachment.rb

Direct Known Subclasses

ImageAttachment, TemplateAttachment

Instance Method Summary collapse

Instance Method Details

#validationsObject



7
8
9
10
11
# File 'lib/fabychy/data_types/attachment.rb', line 7

def validations
  {
    type: { required: true, class: [String] } ,
  }
end