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