Class: Yardi::DocumentParser::Residents
- Defined in:
- lib/yardi/document_parser/residents.rb
Constant Summary collapse
- SOAP_ACTION =
'GetResidents'.freeze
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Yardi::DocumentParser::Base
Instance Method Details
#after_initialize(params) ⇒ Object
9 10 11 |
# File 'lib/yardi/document_parser/residents.rb', line 9 def after_initialize(params) @property_id = params[:property_id] end |