Class: ProductLine::SpecificationsMasher::Result
- Inherits:
-
Data
- Object
- Data
- ProductLine::SpecificationsMasher::Result
- Defined in:
- app/services/product_line/specifications_masher.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#specifications ⇒ Object
readonly
Returns the value of attribute specifications.
Instance Method Summary collapse
-
#initialize(specifications: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(specifications: nil) ⇒ Result
Returns a new instance of Result.
6 |
# File 'app/services/product_line/specifications_masher.rb', line 6 def initialize(specifications: nil) = super |
Instance Attribute Details
#specifications ⇒ Object (readonly)
Returns the value of attribute specifications
5 6 7 |
# File 'app/services/product_line/specifications_masher.rb', line 5 def specifications @specifications end |