Class: Senko::Compiler::ResolvedRef

Inherits:
Struct
  • Object
show all
Defined in:
lib/senko/compiler/ref_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_uriObject

Returns the value of attribute base_uri

Returns:

  • (Object)

    the current value of base_uri



7
8
9
# File 'lib/senko/compiler/ref_resolver.rb', line 7

def base_uri
  @base_uri
end

#keyword_locationObject

Returns the value of attribute keyword_location

Returns:

  • (Object)

    the current value of keyword_location



7
8
9
# File 'lib/senko/compiler/ref_resolver.rb', line 7

def keyword_location
  @keyword_location
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



7
8
9
# File 'lib/senko/compiler/ref_resolver.rb', line 7

def schema
  @schema
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



7
8
9
# File 'lib/senko/compiler/ref_resolver.rb', line 7

def scope
  @scope
end