class Pwinty::OrderRecipient
Public Instance Methods
serializable()
click to toggle source
# File lib/pwinty/api_models/order_recipient.rb, line 11 def serializable recp_attrs = self.attributes recp_attrs[:address] = self.address.attributes recp_attrs end