Class: RubyLens::Index::Manifest::Package
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::Manifest::Package
- Defined in:
- lib/rubylens/index/manifest.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#files ⇒ Object (readonly)
Returns the value of attribute files
12 13 14 |
# File 'lib/rubylens/index/manifest.rb', line 12 def files @files end |
#location ⇒ Object (readonly)
Returns the value of attribute location
12 13 14 |
# File 'lib/rubylens/index/manifest.rb', line 12 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/rubylens/index/manifest.rb', line 12 def name @name end |
#role ⇒ Object (readonly)
Returns the value of attribute role
12 13 14 |
# File 'lib/rubylens/index/manifest.rb', line 12 def role @role end |
#root ⇒ Object (readonly)
Returns the value of attribute root
12 13 14 |
# File 'lib/rubylens/index/manifest.rb', line 12 def root @root end |
#version ⇒ Object (readonly)
Returns the value of attribute version
12 13 14 |
# File 'lib/rubylens/index/manifest.rb', line 12 def version @version end |