Class: BoringBuilder::Exporters::Receipt
- Inherits:
-
Data
- Object
- Data
- BoringBuilder::Exporters::Receipt
- Defined in:
- lib/boringbuilder/exporters/receipt.rb
Instance Attribute Summary collapse
-
#artifact_id ⇒ Object
readonly
Returns the value of attribute artifact_id.
-
#artifact_name ⇒ Object
readonly
Returns the value of attribute artifact_name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path: nil, artifact_id: nil, artifact_name: nil) ⇒ Receipt
constructor
A new instance of Receipt.
Constructor Details
#initialize(path: nil, artifact_id: nil, artifact_name: nil) ⇒ Receipt
Returns a new instance of Receipt.
6 7 8 |
# File 'lib/boringbuilder/exporters/receipt.rb', line 6 def initialize(path: nil, artifact_id: nil, artifact_name: nil) super end |
Instance Attribute Details
#artifact_id ⇒ Object (readonly)
Returns the value of attribute artifact_id
5 6 7 |
# File 'lib/boringbuilder/exporters/receipt.rb', line 5 def artifact_id @artifact_id end |
#artifact_name ⇒ Object (readonly)
Returns the value of attribute artifact_name
5 6 7 |
# File 'lib/boringbuilder/exporters/receipt.rb', line 5 def artifact_name @artifact_name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
5 6 7 |
# File 'lib/boringbuilder/exporters/receipt.rb', line 5 def path @path end |