Class: Senko::Compiler::ResolvedRef
- Inherits:
-
Struct
- Object
- Struct
- Senko::Compiler::ResolvedRef
- Defined in:
- lib/senko/compiler/ref_resolver.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#keyword_location ⇒ Object
Returns the value of attribute keyword_location.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri
7 8 9 |
# File 'lib/senko/compiler/ref_resolver.rb', line 7 def base_uri @base_uri end |
#keyword_location ⇒ Object
Returns the value of attribute keyword_location
7 8 9 |
# File 'lib/senko/compiler/ref_resolver.rb', line 7 def keyword_location @keyword_location end |
#schema ⇒ Object
Returns the value of attribute schema
7 8 9 |
# File 'lib/senko/compiler/ref_resolver.rb', line 7 def schema @schema end |
#scope ⇒ Object
Returns the value of attribute scope
7 8 9 |
# File 'lib/senko/compiler/ref_resolver.rb', line 7 def scope @scope end |