Class: SimpleJSONSchema::RefHelper::RefPointer
- Inherits:
-
Struct
- Object
- Struct
- SimpleJSONSchema::RefHelper::RefPointer
- Defined in:
- lib/simple_json_schema/ref_helper.rb
Instance Attribute Summary collapse
-
#parent_uri ⇒ Object
Returns the value of attribute parent_uri.
-
#ref_paths ⇒ Object
Returns the value of attribute ref_paths.
-
#segment ⇒ Object
Returns the value of attribute segment.
-
#segment_paths ⇒ Object
Returns the value of attribute segment_paths.
Instance Attribute Details
#parent_uri ⇒ Object
Returns the value of attribute parent_uri
9 10 11 |
# File 'lib/simple_json_schema/ref_helper.rb', line 9 def parent_uri @parent_uri end |
#ref_paths ⇒ Object
Returns the value of attribute ref_paths
9 10 11 |
# File 'lib/simple_json_schema/ref_helper.rb', line 9 def ref_paths @ref_paths end |
#segment ⇒ Object
Returns the value of attribute segment
9 10 11 |
# File 'lib/simple_json_schema/ref_helper.rb', line 9 def segment @segment end |
#segment_paths ⇒ Object
Returns the value of attribute segment_paths
9 10 11 |
# File 'lib/simple_json_schema/ref_helper.rb', line 9 def segment_paths @segment_paths end |