class Rets::Client

Public Class Methods

new(options = {}) click to toggle source
# File lib/dummy_rets.rb, line 3
def initialize(options = {})
end

Public Instance Methods

all_objects(opts = {}) click to toggle source
# File lib/dummy_rets.rb, line 10
def all_objects(opts = {})
  []
end
find(quantity, opts = {}) click to toggle source
# File lib/dummy_rets.rb, line 6
def find(quantity, opts = {})
  {}
end