Class: Pray::PackageDependency
- Inherits:
-
Struct
- Object
- Struct
- Pray::PackageDependency
- Defined in:
- lib/pray/package_spec.rb
Instance Attribute Summary collapse
-
#constraint ⇒ Object
Returns the value of attribute constraint.
-
#name ⇒ Object
Returns the value of attribute name.
-
#optional ⇒ Object
Returns the value of attribute optional.
Instance Attribute Details
#constraint ⇒ Object
Returns the value of attribute constraint
11 12 13 |
# File 'lib/pray/package_spec.rb', line 11 def constraint @constraint end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/pray/package_spec.rb', line 11 def name @name end |
#optional ⇒ Object
Returns the value of attribute optional
11 12 13 |
# File 'lib/pray/package_spec.rb', line 11 def optional @optional end |