Class: Edi::Amazon::OrderStatusVerifier::Mismatch

Inherits:
Data
  • Object
show all
Defined in:
app/services/edi/amazon/order_status_verifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_order_idObject (readonly)

Returns the value of attribute amazon_order_id

Returns:

  • (Object)

    the current value of amazon_order_id



35
36
37
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35

def amazon_order_id
  @amazon_order_id
end

#amazon_statusObject (readonly)

Returns the value of attribute amazon_status

Returns:

  • (Object)

    the current value of amazon_status



35
36
37
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35

def amazon_status
  @amazon_status
end

#heatwave_stateObject (readonly)

Returns the value of attribute heatwave_state

Returns:

  • (Object)

    the current value of heatwave_state



35
36
37
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35

def heatwave_state
  @heatwave_state
end

#orderObject (readonly)

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



35
36
37
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35

def order
  @order
end