Class: Pray::PackageFormatHint
- Inherits:
-
Struct
- Object
- Struct
- Pray::PackageFormatHint
- Defined in:
- lib/pray/format_manifest.rb
Instance Attribute Summary collapse
-
#exports ⇒ Object
Returns the value of attribute exports.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#roles ⇒ Object
Returns the value of attribute roles.
Instance Method Summary collapse
-
#initialize(roles: [], file_path: nil, exports: []) ⇒ PackageFormatHint
constructor
A new instance of PackageFormatHint.
Constructor Details
#initialize(roles: [], file_path: nil, exports: []) ⇒ PackageFormatHint
Returns a new instance of PackageFormatHint.
5 6 7 |
# File 'lib/pray/format_manifest.rb', line 5 def initialize(roles: [], file_path: nil, exports: []) super end |
Instance Attribute Details
#exports ⇒ Object
Returns the value of attribute exports
4 5 6 |
# File 'lib/pray/format_manifest.rb', line 4 def exports @exports end |
#file_path ⇒ Object
Returns the value of attribute file_path
4 5 6 |
# File 'lib/pray/format_manifest.rb', line 4 def file_path @file_path end |
#roles ⇒ Object
Returns the value of attribute roles
4 5 6 |
# File 'lib/pray/format_manifest.rb', line 4 def roles @roles end |