module Nokotime::Validator::EntrySchema
rubocop:disable Metrics/BlockLength
Constants
- ENTRY_SCHEMA
Public Class Methods
validate(attributes)
click to toggle source
rubocop:enable Metrics/BlockLength
# File lib/nokotime/validator/entry_schema.rb, line 69 def self.validate(attributes) ENTRY_SCHEMA.call(attributes) end