Sha256: 66de57a21e1a0c597731ea78374cc2612160b0089499e9f2824c41f2c90fb4df

Contents?: true

Size: 164 Bytes

Versions: 16

Compression:

Stored size: 164 Bytes

Contents

module YouGotListed
  class Accounts < Resource

    def search(optional_params = {})
      process_get("/accounts/search.php", optional_params)
    end

  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
you_got_listed-0.7.2 lib/you_got_listed/accounts.rb
you_got_listed-0.7.1 lib/you_got_listed/accounts.rb
you_got_listed-0.7.0 lib/you_got_listed/accounts.rb
you_got_listed-0.6.6 lib/you_got_listed/accounts.rb
you_got_listed-0.6.5 lib/you_got_listed/accounts.rb
you_got_listed-0.6.4 lib/you_got_listed/accounts.rb
you_got_listed-0.6.3 lib/you_got_listed/accounts.rb
you_got_listed-0.6.2 lib/you_got_listed/accounts.rb
you_got_listed-0.6.1 lib/you_got_listed/accounts.rb
you_got_listed-0.6.0 lib/you_got_listed/accounts.rb
you_got_listed-0.5.1 lib/you_got_listed/accounts.rb
you_got_listed-0.5.0 lib/you_got_listed/accounts.rb
you_got_listed-0.4.0 lib/you_got_listed/accounts.rb
you_got_listed-0.3.6 lib/you_got_listed/accounts.rb
you_got_listed-0.3.5 lib/you_got_listed/accounts.rb
you_got_listed-0.3.4 lib/you_got_listed/accounts.rb