Class: Edi::Amazon::OrderStatusVerifier::Mismatch
- Inherits:
-
Data
- Object
- Data
- Edi::Amazon::OrderStatusVerifier::Mismatch
- Defined in:
- app/services/edi/amazon/order_status_verifier.rb
Instance Attribute Summary collapse
-
#amazon_order_id ⇒ Object
readonly
Returns the value of attribute amazon_order_id.
-
#amazon_status ⇒ Object
readonly
Returns the value of attribute amazon_status.
-
#heatwave_state ⇒ Object
readonly
Returns the value of attribute heatwave_state.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
Instance Attribute Details
#amazon_order_id ⇒ Object (readonly)
Returns the value of attribute 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_status ⇒ Object (readonly)
Returns the value of attribute amazon_status
35 36 37 |
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35 def amazon_status @amazon_status end |
#heatwave_state ⇒ Object (readonly)
Returns the value of attribute heatwave_state
35 36 37 |
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35 def heatwave_state @heatwave_state end |
#order ⇒ Object (readonly)
Returns the value of attribute order
35 36 37 |
# File 'app/services/edi/amazon/order_status_verifier.rb', line 35 def order @order end |