Class: Item::SpecificationsMasher::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/item/specifications_masher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#specificationsObject (readonly)

Returns the value of attribute specifications

Returns:

  • (Object)

    the current value of specifications



4
5
6
# File 'app/services/item/specifications_masher.rb', line 4

def specifications
  @specifications
end