Class: Pray::RegistryIndex
- Inherits:
-
Struct
- Object
- Struct
- Pray::RegistryIndex
- Defined in:
- lib/pray/publish.rb
Instance Attribute Summary collapse
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(spec: "prayfile-distribution-1", packages: []) ⇒ RegistryIndex
constructor
A new instance of RegistryIndex.
Constructor Details
#initialize(spec: "prayfile-distribution-1", packages: []) ⇒ RegistryIndex
Returns a new instance of RegistryIndex.
9 10 11 |
# File 'lib/pray/publish.rb', line 9 def initialize(spec: "prayfile-distribution-1", packages: []) super end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages
8 9 10 |
# File 'lib/pray/publish.rb', line 8 def packages @packages end |
#spec ⇒ Object
Returns the value of attribute spec
8 9 10 |
# File 'lib/pray/publish.rb', line 8 def spec @spec end |