Class: JsonSchema::Schema::Link
- Inherits:
-
Object
- Object
- JsonSchema::Schema::Link
- Defined in:
- lib/json_schema/schema.rb
Overview
Link subobject for a hyperschema.
Instance Attribute Summary collapse
-
#description ⇒ Object
schema attributes.
-
#href ⇒ Object
Returns the value of attribute href.
-
#method ⇒ Object
Returns the value of attribute method.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#rel ⇒ Object
Returns the value of attribute rel.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ Object
schema attributes
273 274 275 |
# File 'lib/json_schema/schema.rb', line 273 def description @description end |
#href ⇒ Object
Returns the value of attribute href.
274 275 276 |
# File 'lib/json_schema/schema.rb', line 274 def href @href end |
#method ⇒ Object
Returns the value of attribute method.
275 276 277 |
# File 'lib/json_schema/schema.rb', line 275 def method @method end |
#parent ⇒ Object
Returns the value of attribute parent.
270 271 272 |
# File 'lib/json_schema/schema.rb', line 270 def parent @parent end |
#rel ⇒ Object
Returns the value of attribute rel.
276 277 278 |
# File 'lib/json_schema/schema.rb', line 276 def rel @rel end |
#schema ⇒ Object
Returns the value of attribute schema.
277 278 279 |
# File 'lib/json_schema/schema.rb', line 277 def schema @schema end |
#title ⇒ Object
Returns the value of attribute title.
278 279 280 |
# File 'lib/json_schema/schema.rb', line 278 def title @title end |