Class: JSON::Schema::IP4Format
- Inherits:
-
IPFormat
- Object
- Attribute
- FormatAttribute
- IPFormat
- JSON::Schema::IP4Format
- Defined in:
- lib/json-schema/attributes/formats/ip.rb
Constant Summary
Constants inherited from Attribute
Attribute::TYPE_CLASS_MAPPINGS
Class Method Summary collapse
Methods inherited from IPFormat
Methods inherited from FormatAttribute
Methods inherited from Attribute
build_fragment, data_valid_for_type?, type_of_data, validate, validation_error, validation_errors
Class Method Details
.ip_version ⇒ Object
30 31 32 |
# File 'lib/json-schema/attributes/formats/ip.rb', line 30 def self.ip_version 4 end |