class Yardi::RequestSection::Residents

Generate the data needed for a GetResidents call

Attributes

property_id[R]

Public Class Methods

new(property_id:) click to toggle source
# File lib/yardi/request_section/residents.rb, line 9
def initialize(property_id:)
  @property_id = property_id
end

Public Instance Methods

generate(xml_builder) click to toggle source
# File lib/yardi/request_section/residents.rb, line 13
def generate(xml_builder)
  xml_builder['itf'].YardiPropertyId property_id
end