Class: SchemaTest::Property::Uri
- Inherits:
-
String
- Object
- SchemaTest::Property
- String
- SchemaTest::Property::Uri
- Defined in:
- lib/schema_test/property.rb
Constant Summary
Constants inherited from SchemaTest::Property
Instance Attribute Summary
Attributes inherited from SchemaTest::Property
Instance Method Summary collapse
Methods inherited from String
Methods inherited from SchemaTest::Property
#==, #as_json_schema, #base_json_schema_type, #initialize, #json_schema_type, #lookup_object, #nullable, #nullable!, #nullable?, #optional, #optional!, #optional?, #type
Constructor Details
This class inherits a constructor from SchemaTest::Property::String
Instance Method Details
#json_schema_format ⇒ Object
143 144 145 |
# File 'lib/schema_test/property.rb', line 143 def json_schema_format 'uri' end |