Class: Shipping::UpdateShippingMethod::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/shipping/update_shipping_method.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deliveryObject

Returns the value of attribute delivery

Returns:

  • (Object)

    the current value of delivery



23
24
25
# File 'app/services/shipping/update_shipping_method.rb', line 23

def delivery
  @delivery
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



23
24
25
# File 'app/services/shipping/update_shipping_method.rb', line 23

def errors
  @errors
end

#itemizableObject

Returns the value of attribute itemizable

Returns:

  • (Object)

    the current value of itemizable



23
24
25
# File 'app/services/shipping/update_shipping_method.rb', line 23

def itemizable
  @itemizable
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



23
24
25
# File 'app/services/shipping/update_shipping_method.rb', line 23

def messages
  @messages
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



23
24
25
# File 'app/services/shipping/update_shipping_method.rb', line 23

def success?
  @success?
end