Class: Pray::ManifestLocal
- Inherits:
-
Struct
- Object
- Struct
- Pray::ManifestLocal
- Defined in:
- lib/pray/manifest.rb
Instance Attribute Summary collapse
-
#bound ⇒ Object
Returns the value of attribute bound.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#path ⇒ Object
Returns the value of attribute path.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Method Summary collapse
-
#initialize(path:, position: "after", optional: false, bound: false) ⇒ ManifestLocal
constructor
A new instance of ManifestLocal.
Constructor Details
#initialize(path:, position: "after", optional: false, bound: false) ⇒ ManifestLocal
Returns a new instance of ManifestLocal.
51 52 53 |
# File 'lib/pray/manifest.rb', line 51 def initialize(path:, position: "after", optional: false, bound: false) super end |
Instance Attribute Details
#bound ⇒ Object
Returns the value of attribute bound
50 51 52 |
# File 'lib/pray/manifest.rb', line 50 def bound @bound end |
#optional ⇒ Object
Returns the value of attribute optional
50 51 52 |
# File 'lib/pray/manifest.rb', line 50 def optional @optional end |
#path ⇒ Object
Returns the value of attribute path
50 51 52 |
# File 'lib/pray/manifest.rb', line 50 def path @path end |
#position ⇒ Object
Returns the value of attribute position
50 51 52 |
# File 'lib/pray/manifest.rb', line 50 def position @position end |