Class: SsciInc::Screening::Other
- Inherits:
-
Object
- Object
- SsciInc::Screening::Other
- Includes:
- Model
- Defined in:
- lib/ssci_inc/screening/other.rb
Instance Attribute Summary collapse
-
#qualifier ⇒ Object
Returns the value of attribute qualifier.
Instance Method Summary collapse
Methods included from Model
#builder, #initialize, #to_xml
Instance Attribute Details
#qualifier ⇒ Object
Returns the value of attribute qualifier.
6 7 8 |
# File 'lib/ssci_inc/screening/other.rb', line 6 def qualifier @qualifier end |
Instance Method Details
#as_xml ⇒ Object
8 9 10 11 12 |
# File 'lib/ssci_inc/screening/other.rb', line 8 def as_xml builder(:type => "other", :qualifier => qualifier) do |xml| xml.OtherSearchCriteria "Ordered through LinXml" end end |