Class: Item::SpecificationsRetriever::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(specifications: nil, item_metadata: nil) ⇒ Result

Returns a new instance of Result.



8
# File 'app/services/item/specifications_retriever.rb', line 8

def initialize(specifications: nil, item_metadata: nil) = super

Instance Attribute Details

#item_metadataObject (readonly)

Returns the value of attribute item_metadata

Returns:

  • (Object)

    the current value of item_metadata



7
8
9
# File 'app/services/item/specifications_retriever.rb', line 7

def 
  @item_metadata
end

#specificationsObject (readonly)

Returns the value of attribute specifications

Returns:

  • (Object)

    the current value of specifications



7
8
9
# File 'app/services/item/specifications_retriever.rb', line 7

def specifications
  @specifications
end