class Yori::Schema::V3::Tag

Tag

Adds metadata to a single tag that is used by the Operation Object.
It is not mandatory to have a Tag Object per tag defined in the Operation Object instances.

Public Instance Methods

validate!() click to toggle source
# File lib/yori/schema/v3/tag.rb, line 22
def validate!
  validate_require_fields!('name')
end