Class: Item::SpecificationsMasher::Result
- Inherits:
-
Data
- Object
- Data
- Item::SpecificationsMasher::Result
- Defined in:
- app/services/item/specifications_masher.rb
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.
5 |
# File 'app/services/item/specifications_masher.rb', line 5 def initialize(specifications: nil) = super |
Instance Attribute Details
#specifications ⇒ Object (readonly)
Returns the value of attribute specifications
4 5 6 |
# File 'app/services/item/specifications_masher.rb', line 4 def specifications @specifications end |