Class: Textus::Manifest::Resolver::Resolution
- Inherits:
-
Data
- Object
- Data
- Textus::Manifest::Resolver::Resolution
- Defined in:
- lib/textus/manifest/resolver.rb
Instance Attribute Summary collapse
-
#entry ⇒ Object
readonly
Returns the value of attribute entry.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#remaining ⇒ Object
readonly
Returns the value of attribute remaining.
Instance Attribute Details
#entry ⇒ Object (readonly)
Returns the value of attribute entry
4 5 6 |
# File 'lib/textus/manifest/resolver.rb', line 4 def entry @entry end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/textus/manifest/resolver.rb', line 4 def path @path end |
#remaining ⇒ Object (readonly)
Returns the value of attribute remaining
4 5 6 |
# File 'lib/textus/manifest/resolver.rb', line 4 def remaining @remaining end |