Class: SsciInc::Screening::Other

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Model

#builder, #initialize, #to_xml

Instance Attribute Details

#qualifierObject

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_xmlObject



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