Class: SsciInc::Screening::Credit

Inherits:
Object
  • Object
show all
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_xmlObject



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