Sha256: bed282d32a14f77257780422fe9ef63f90f5a85f80072c330c45cca27f42de33

Contents?: true

Size: 172 Bytes

Versions: 10

Compression:

Stored size: 172 Bytes

Contents

module YouGotListed
  class Accounts < Resource
    
    def search(optional_params = {})
      process_get("/accounts/search.php", optional_params)
    end
    
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
you_got_listed-0.3.3 lib/you_got_listed/accounts.rb
you_got_listed-0.3.2 lib/you_got_listed/accounts.rb
you_got_listed-0.3.1 lib/you_got_listed/accounts.rb
you_got_listed-0.3.0 lib/you_got_listed/accounts.rb
you_got_listed-0.2.5 lib/you_got_listed/accounts.rb
you_got_listed-0.2.4 lib/you_got_listed/accounts.rb
you_got_listed-0.2.3 lib/you_got_listed/accounts.rb
you_got_listed-0.2.2 lib/you_got_listed/accounts.rb
you_got_listed-0.2.1 lib/you_got_listed/accounts.rb
you_got_listed-0.2.0 lib/you_got_listed/accounts.rb