Sha256: 5779999ccd580e45ff78aa5af3afddf6bb0fd28215106f305adb67c974448c74

Contents?: true

Size: 132 Bytes

Versions: 6

Compression:

Stored size: 132 Bytes

Contents

class MLS::Property < MLS::Resource

  def addresses
    @addresses ||= MLS::Address.all :params => {:property_id => id}
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mls-0.0.8 lib/mls/property.rb
mls-0.0.7 lib/mls/property.rb
mls-0.0.6 lib/mls/property.rb
mls-0.0.5 lib/mls/property.rb
mls-0.0.4 lib/mls/property.rb
mls-0.0.3 lib/mls/property.rb