Method: JSONSchemer::Keyword#absolute_keyword_location

Defined in:
lib/json_schemer/keyword.rb

#absolute_keyword_locationObject



21
22
23
# File 'lib/json_schemer/keyword.rb', line 21

def absolute_keyword_location
  @absolute_keyword_location ||= "#{parent.absolute_keyword_location}/#{fragment_encode(escaped_keyword)}"
end