Class: SsciInc::Screening::Credit
- Inherits:
-
Object
- Object
- SsciInc::Screening::Credit
- Includes:
- Model
- Defined in:
- lib/ssci_inc/screening/credit.rb
Instance Method Summary collapse
Methods included from Model
#builder, #initialize, #to_xml
Instance Method Details
#as_xml ⇒ Object
6 7 8 9 10 11 |
# File 'lib/ssci_inc/screening/credit.rb', line 6 def as_xml builder(:type => "credit") do |xml| xml.OrderCreditReport "YES" xml.PermissiblePurpose "Employment" end end |