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