module Nokotime::Validator::TagSchema
Constants
- TAG_SCHEMA
Public Class Methods
validate(attributes)
click to toggle source
# File lib/nokotime/validator/tag_schema.rb, line 23 def self.validate(attributes) TAG_SCHEMA.call(attributes) end