README.md in realogy-0.3.2 vs README.md in realogy-0.4.0

- old
+ new

@@ -188,9 +188,269 @@ realogy.get_office_by_id(entity_id) realogy.get_team_by_id(entity_id) ``` +## Instance methods + +Convenience methods to access JSON. + +#### Realogy::Agent + +- addl_emails +- addl_languages_names +- addl_phones +- agent_summary +- agent_id +- areas_of_specialization +- business_phone +- business_phone_ext +- default_photo_url +- designations +- display_title +- email_address +- first_name +- gender +- is_agent? +- is_team_member? +- languages_spoken +- last_name +- last_update_on +- lead_email_address +- license_info +- media +- middle_name +- mls_information +- mobile_phone +- name +- office +- remarks +- roles +- specialty +- websites + +#### Realogy::Company + +- addl_language_names +- addl_websites +- brand_code +- can_do_commercial_business? +- commercial_company_name +- company_id +- company_summary +- is_nrt? +- last_update_on +- media +- name +- programs +- rfg_id +- website_url + +#### Realogy::Listing + +- active? +- agents +- agricultural_property_number +- anchor_stores +- annual_tax +- available_floors +- available_space +- average_floor_size +- average_occupancy_rate +- bay_depth +- building_area +- building_class +- by_appointment_only? +- call_to_show? +- cap_rate_percent +- cash_flow +- ceiling_height +- city +- clearance +- column_spacing +- common_area_factor +- country +- country_code +- default_photo_url +- development +- district +- dock_height +- down_payment +- floors +- formatted_address +- full_bath +- fully_leased_income +- geocode_confidence_level +- geographic_regions +- gross_income +- ground_level? +- half_bath +- has_cross_docks? +- has_rail_access? +- has_sprinkler? +- hide_list_price? +- is_for_auction? +- is_foreclosure? +- is_short_sale? +- last_sold_on +- last_update_on +- latitude +- lead_email +- lease_term +- lease_type +- levels +- linked_office +- list_price +- list_price_amount +- list_price_currency_code +- listed_on +- listing_id +- listing_type +- listing_url +- loan_payment +- longitude +- lot_dimension +- lot_size +- mapping_allowed? +- max_contiguous_area +- maximum_lease_rate +- media +- min_divisible_area +- minimum_lease_rate +- mls_information +- mls_numbers +- net_operating_income +- new_construction? +- no_of_bedrooms +- number_of_ballrooms +- number_of_conference_rooms +- number_of_docks +- occupancy_rate +- open_house +- parking_places +- parking_ratio +- partial_bath +- pending? +- photo_count +- postal_code +- power +- price_per_area +- price_upon_request? +- property_address +- property_category +- property_features +- property_fees +- property_floors +- property_name +- property_rooms +- property_style +- property_type +- property_use +- provider_category +- provider_key +- provider_name +- provider_url +- quarter_bath +- remarks +- rental_frequency +- rfg_listing_id +- schedule_income +- schools +- show_address_on_internet? +- square_footage +- state_province +- state_province_code +- street_address +- sub_lease? +- sub_units +- suite_apartment_name +- suites +- tax_id_number +- tax_information +- tax_roll_number +- tax_year +- team +- three_quarter_bath +- total_acres +- total_bath +- total_expenses +- total_rooms +- total_units +- turning_radius +- video_count +- websites +- year_built +- year_renovated +- zoning + +#### Realogy::Office + +- addl_language_names +- addl_phone_numbers +- addl_websites +- area_served +- brand_code +- broker_name +- city +- company_id +- company_name +- country +- country_code +- default_photo_url +- district +- email_address +- entity_preference +- fax_number +- formatted_address +- geographic_regions +- languages_spoken +- last_update_on +- latitude +- lead_email_address +- longitude +- media +- mls_information +- name +- office_address +- office_id +- office_manager_name +- office_summary +- office_type +- phone_number +- postal_code +- recruiting_email_address +- remarks +- rfg_company_id +- rfg_office_id +- seasonal_close_mmdd +- seasonal_open_mmdd +- special_markets +- state_province +- state_province_code +- street_address +- website_url + +#### Realogy::Team + +- awards +- addl_phone_numbers +- addl_emails +- addl_language_names +- addl_websites +- email_address +- last_update_on +- media +- members +- name +- office +- phone_number +- remarks +- rfg_team_id +- team_id +- team_type +- team_summary +- website_url + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).