How to receive the value and attributes in the same label with WashOut ruby gem? The gem it seems only accepts a hash with the attributes or value within the tag, but not both
Example:
<Email DefaultInd="true" EmailType="1">Test.Guest1@xyz.com</Email>
soap_action 'action_name', args: {
Email: { :@DefaultInd => :boolean, :@EmailType => :integer }
}
@inossidabile can you help me?
How to receive the value and attributes in the same label with WashOut ruby gem? The gem it seems only accepts a hash with the attributes or value within the tag, but not both
Example:
@inossidabile can you help me?