Class: Typstify::Resolver::Resolution
- Inherits:
-
Struct
- Object
- Struct
- Typstify::Resolver::Resolution
- Defined in:
- lib/typstify/resolver.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
15 16 17 |
# File 'lib/typstify/resolver.rb', line 15 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/typstify/resolver.rb', line 15 def name @name end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/typstify/resolver.rb', line 15 def path @path end |
Instance Method Details
#erb? ⇒ Boolean
16 |
# File 'lib/typstify/resolver.rb', line 16 def erb? = mode == :erb |