Class: SimpleJSONSchema::RefHelper::RefPointer

Inherits:
Struct
  • Object
show all
Defined in:
lib/simple_json_schema/ref_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parent_uriObject

Returns the value of attribute parent_uri

Returns:

  • (Object)

    the current value of parent_uri



9
10
11
# File 'lib/simple_json_schema/ref_helper.rb', line 9

def parent_uri
  @parent_uri
end

#ref_pathsObject

Returns the value of attribute ref_paths

Returns:

  • (Object)

    the current value of ref_paths



9
10
11
# File 'lib/simple_json_schema/ref_helper.rb', line 9

def ref_paths
  @ref_paths
end

#segmentObject

Returns the value of attribute segment

Returns:

  • (Object)

    the current value of segment



9
10
11
# File 'lib/simple_json_schema/ref_helper.rb', line 9

def segment
  @segment
end

#segment_pathsObject

Returns the value of attribute segment_paths

Returns:

  • (Object)

    the current value of segment_paths



9
10
11
# File 'lib/simple_json_schema/ref_helper.rb', line 9

def segment_paths
  @segment_paths
end