Class: Pray::ManifestSource
- Inherits:
-
Struct
- Object
- Struct
- Pray::ManifestSource
- Defined in:
- lib/pray/manifest.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rev ⇒ Object
Returns the value of attribute rev.
-
#subdir ⇒ Object
Returns the value of attribute subdir.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
25 26 27 |
# File 'lib/pray/manifest.rb', line 25 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/pray/manifest.rb', line 25 def name @name end |
#rev ⇒ Object
Returns the value of attribute rev
25 26 27 |
# File 'lib/pray/manifest.rb', line 25 def rev @rev end |
#subdir ⇒ Object
Returns the value of attribute subdir
25 26 27 |
# File 'lib/pray/manifest.rb', line 25 def subdir @subdir end |
#tag ⇒ Object
Returns the value of attribute tag
25 26 27 |
# File 'lib/pray/manifest.rb', line 25 def tag @tag end |
#url ⇒ Object
Returns the value of attribute url
25 26 27 |
# File 'lib/pray/manifest.rb', line 25 def url @url end |