Class: Shipping::UpdateShippingMethod::Result
- Inherits:
-
Struct
- Object
- Struct
- Shipping::UpdateShippingMethod::Result
- Defined in:
- app/services/shipping/update_shipping_method.rb
Instance Attribute Summary collapse
-
#delivery ⇒ Object
Returns the value of attribute delivery.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#itemizable ⇒ Object
Returns the value of attribute itemizable.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#delivery ⇒ Object
Returns the value of attribute delivery
23 24 25 |
# File 'app/services/shipping/update_shipping_method.rb', line 23 def delivery @delivery end |
#errors ⇒ Object
Returns the value of attribute errors
23 24 25 |
# File 'app/services/shipping/update_shipping_method.rb', line 23 def errors @errors end |
#itemizable ⇒ Object
Returns the value of attribute itemizable
23 24 25 |
# File 'app/services/shipping/update_shipping_method.rb', line 23 def itemizable @itemizable end |
#messages ⇒ Object
Returns the value of attribute messages
23 24 25 |
# File 'app/services/shipping/update_shipping_method.rb', line 23 def @messages end |
#success? ⇒ Object
Returns the value of attribute success?
23 24 25 |
# File 'app/services/shipping/update_shipping_method.rb', line 23
def success?
@success?
end
|