Class: SpreeSignifyd::DeliveryAddressSerializer

Inherits:
AddressSerializer
  • Object
show all
Defined in:
app/serializers/spree_signifyd/delivery_address_serializer.rb

Instance Method Summary collapse

Methods inherited from AddressSerializer

#address

Instance Method Details

#attributesObject



7
8
9
10
11
12
# File 'app/serializers/spree_signifyd/delivery_address_serializer.rb', line 7

def attributes
  hash = {}
  hash['deliveryAddress'] = address
  hash['fullName'] = object.full_name
  hash
end