class Realogy::Office
Public Instance Methods
addlLanguageNames : [Hash] A collection of office names in other languages (non-English)“,
# File lib/realogy/app/models/realogy/office.rb, line 6 def addl_language_names self.dig_for_array("addlLanguageNames") end
addlPhoneNumbers : [Hash] Array of additional phone numbers associated with the office
# File lib/realogy/app/models/realogy/office.rb, line 13 def addl_phone_numbers self.dig_for_array("addlPhoneNumbers") end
addlWebSites : [Hash] A collection of websites associated with the Office
# File lib/realogy/app/models/realogy/office.rb, line 20 def addl_websites self.dig_for_array("addlWebSites") end
areaServed : [Hash] Collection of areas served by the office
# File lib/realogy/app/models/realogy/office.rb, line 27 def area_served self.dig_for_array("areaServed") end
brandCode : String The Franchise that the Office
is part of
# File lib/realogy/app/models/realogy/office.rb, line 34 def brand_code self.dig_for_string("officeSummary", "brandCode") end
brokerName : String Name of the Broker of the Office
# File lib/realogy/app/models/realogy/office.rb, line 41 def broker_name self.dig_for_string("brokerName") end
city : String City
# File lib/realogy/app/models/realogy/office.rb, line 48 def city self.dig_for_string("officeSummary", "officeAddress", "city") end
companyId : String Globally unique identifier assigned to a company by Realogy“
# File lib/realogy/app/models/realogy/office.rb, line 55 def company_id self.dig_for_string("officeSummary", "companyId") end
companyName : String Name of the Company
# File lib/realogy/app/models/realogy/office.rb, line 62 def company_name self.dig_for_string("officeSummary", "companyName") end
country : String Country
# File lib/realogy/app/models/realogy/office.rb, line 69 def country self.dig_for_string("officeSummary", "officeAddress", "country") end
countryCode : String ISO Code of the country
# File lib/realogy/app/models/realogy/office.rb, line 76 def country_code self.dig_for_string("officeSummary", "officeAddress", "countryCode") end
defaultPhotoURL : String URL for the default photo associated with the Office
# File lib/realogy/app/models/realogy/office.rb, line 83 def default_photo_url self.dig_for_string("defaultPhotoURL") end
district : String Subdivision name in the country or region for the address. In USA it's same as County.
# File lib/realogy/app/models/realogy/office.rb, line 90 def district self.dig_for_string("officeSummary", "officeAddress", "district") end
emailAddress : String description“: ”Main contact email address for the office
# File lib/realogy/app/models/realogy/office.rb, line 97 def email_address self.dig_for_string("officeSummary", "emailAddress") end
entityPreference : [Hash] Array of entityPreference associated with the office
# File lib/realogy/app/models/realogy/office.rb, line 104 def entity_preference self.dig_for_array("entityPreference") end
faxNumber : String Fax number for the office
# File lib/realogy/app/models/realogy/office.rb, line 111 def fax_number self.dig_for_string("officeSummary", "faxNumber") end
formattedAddress : String Formatted address for display purpose
# File lib/realogy/app/models/realogy/office.rb, line 118 def formatted_address self.dig_for_string("officeSummary", "officeAddress", "formattedAddress") end
geographicRegions : Array A collection of geographic regions associated with the Office
location
# File lib/realogy/app/models/realogy/office.rb, line 125 def geographic_regions self.dig_for_array("geographicRegions") end
languagesSpoken : Array A collection of languages spoken by Agents that work out of the office
# File lib/realogy/app/models/realogy/office.rb, line 132 def languages_spoken self.dig_for_array("languagesSpoken") end
lastUpdateOn : DateTime The date/time that the Office
record was last updated in the system (UTC)
# File lib/realogy/app/models/realogy/office.rb, line 139 def last_updated self.dig_for_datetime("lastUpdateOn") end
latitude : Decimal Latitude of a location
# File lib/realogy/app/models/realogy/office.rb, line 146 def latitude self.dig_for_decimal("officeSummary", "officeAddress", "latitude") end
leadEmailAddress : String Email address to send any leads generated for the Office
# File lib/realogy/app/models/realogy/office.rb, line 153 def lead_email_address self.dig_for_string("leadEmailAddress") end
longitude : Decimal Longitude of a location
# File lib/realogy/app/models/realogy/office.rb, line 160 def longitude self.dig_for_decimal("officeSummary", "officeAddress", "longitude") end
media : [Hash]
# File lib/realogy/app/models/realogy/office.rb, line 166 def media self.dig_for_array("media") end
mlsInformation : Array A collection of MLS numbers associated with an Office
# File lib/realogy/app/models/realogy/office.rb, line 173 def mls_information self.dig_for_array("mlsInformation") end
name : String Name of the office
# File lib/realogy/app/models/realogy/office.rb, line 180 def name self.dig_for_string("officeSummary", "name") end
officeAddress : Hash
# File lib/realogy/app/models/realogy/office.rb, line 186 def office_address self.dig_for_hash("officeSummary", "officeAddress") end
officeId : String Globally unique identifier assigned to an office by Realogy
# File lib/realogy/app/models/realogy/office.rb, line 193 def office_id self.dig_for_string("officeSummary", "officeId") end
officeManagerName : String Name of the Office
Manager
# File lib/realogy/app/models/realogy/office.rb, line 200 def office_manager_name self.dig_for_string("officeManagerName") end
officeSummary
# File lib/realogy/app/models/realogy/office.rb, line 206 def office_summary self.dig_for_hash("officeSummary") end
type : String Type of office (Main, Branch, etc.)
# File lib/realogy/app/models/realogy/office.rb, line 213 def office_type self.dig_for_string("officeSummary", "type") end
phoneNumber : String Main contact phone number for the office
# File lib/realogy/app/models/realogy/office.rb, line 220 def phone_number self.dig_for_string("officeSummary", "phoneNumber") end
postalCode : String ZIP/Postal code“
# File lib/realogy/app/models/realogy/office.rb, line 227 def postal_code self.dig_for_string("officeSummary", "officeAddress", "postalCode") end
recruitingEmailAddress : String Email address to send any recruiting-related communications for the Office
# File lib/realogy/app/models/realogy/office.rb, line 234 def recruiting_email_address self.dig_for_string("recruitingEmailAddress") end
remarks : [Hash] Collection of remarks for the Office
# File lib/realogy/app/models/realogy/office.rb, line 241 def remarks self.dig_for_array("remarks") end
RFGCompanyId : String Unique identifier assigned to a company by Realogy
# File lib/realogy/app/models/realogy/office.rb, line 248 def rfg_company_id self.dig_for_string("RFGCompanyId") end
RFGOfficeId : String Unique identifier assigned to an office by Realogy
# File lib/realogy/app/models/realogy/office.rb, line 255 def rfg_office_id self.dig_for_string("RFGOfficeId") end
specialMarkets : Array A list of Markets that the Office
specializes in
# File lib/realogy/app/models/realogy/office.rb, line 276 def special_markets self.dig_for_array("specialMarkets") end
stateProvince : String State/Province where the address is
# File lib/realogy/app/models/realogy/office.rb, line 283 def state_province self.dig_for_string("officeSummary", "officeAddress", "stateProvince") end
stateProvinceCode : String ISO code of the state/subdivision
# File lib/realogy/app/models/realogy/office.rb, line 290 def state_province_code self.dig_for_string("officeSummary", "officeAddress", "stateProvinceCode") end
streetAddress : String Street address“
# File lib/realogy/app/models/realogy/office.rb, line 297 def street_address self.dig_for_string("officeSummary", "officeAddress", "streetAddress") end
websiteURL : String URL to the Office's website
# File lib/realogy/app/models/realogy/office.rb, line 304 def website_url self.dig_for_string("websiteURL") end