Class: SsciInc::Screening::Social

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/ssci_inc/screening/social.rb

Instance Method Summary collapse

Methods included from Model

#builder, #initialize, #to_xml

Instance Method Details

#as_xmlObject



6
7
8
9
10
# File 'lib/ssci_inc/screening/social.rb', line 6

def as_xml
  builder(:type => "socialtrace") do |xml|
    xml.OrderSocialTrace "YES"
  end
end