Class: Textus::Protocol::Manifest::Resolver::Resolution
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Manifest::Resolver::Resolution
- Defined in:
- lib/textus/protocol/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
5 6 7 |
# File 'lib/textus/protocol/manifest/resolver.rb', line 5 def entry @entry end |
#path ⇒ Object (readonly)
Returns the value of attribute path
5 6 7 |
# File 'lib/textus/protocol/manifest/resolver.rb', line 5 def path @path end |
#remaining ⇒ Object (readonly)
Returns the value of attribute remaining
5 6 7 |
# File 'lib/textus/protocol/manifest/resolver.rb', line 5 def remaining @remaining end |