Method: MLS::Account.search

Defined in:
lib/mls/models/account.rb

.search(terms) ⇒ Object



142
143
144
145
# File 'lib/mls/models/account.rb', line 142

def search(terms)
  response = MLS.get('/account/search', :query => terms)
  MLS::Account::Parser.parse_collection(response.body)
end