Class: Pray::PackageExport
- Inherits:
-
Struct
- Object
- Struct
- Pray::PackageExport
- Defined in:
- lib/pray/package_spec.rb
Instance Attribute Summary collapse
-
#default_path ⇒ Object
Returns the value of attribute default_path.
-
#except ⇒ Object
Returns the value of attribute except.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#only ⇒ Object
Returns the value of attribute only.
-
#path ⇒ Object
Returns the value of attribute path.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(kind: "fragment", path: "", summary: nil, only: [], except: [], default_path: nil) ⇒ PackageExport
constructor
A new instance of PackageExport.
Constructor Details
#initialize(kind: "fragment", path: "", summary: nil, only: [], except: [], default_path: nil) ⇒ PackageExport
Returns a new instance of PackageExport.
5 6 7 |
# File 'lib/pray/package_spec.rb', line 5 def initialize(kind: "fragment", path: "", summary: nil, only: [], except: [], default_path: nil) super end |
Instance Attribute Details
#default_path ⇒ Object
Returns the value of attribute default_path
4 5 6 |
# File 'lib/pray/package_spec.rb', line 4 def default_path @default_path end |
#except ⇒ Object
Returns the value of attribute except
4 5 6 |
# File 'lib/pray/package_spec.rb', line 4 def except @except end |
#kind ⇒ Object
Returns the value of attribute kind
4 5 6 |
# File 'lib/pray/package_spec.rb', line 4 def kind @kind end |
#only ⇒ Object
Returns the value of attribute only
4 5 6 |
# File 'lib/pray/package_spec.rb', line 4 def only @only end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/pray/package_spec.rb', line 4 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary
4 5 6 |
# File 'lib/pray/package_spec.rb', line 4 def summary @summary end |