Class AWS::Record::Validator
In: lib/aws/record/validator.rb
Parent: Object

Base class for all validators @private

Methods

Constants

ACCEPTED_OPTIONS = []   these should be defined in subclasses

Attributes

attribute_names  [R]  @return [String] Returns the name of the attribute this validator
  will check on the record during validation.
options  [R]  @return [Hash] Returns the hash of options for this validator.

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]