Skip to content

Receive the value and attributes in the same label #256

Description

@cfgv

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions