SYMBOL INDEX (144 symbols across 28 files) FILE: lib/paypal.rb type Paypal (line 8) | module Paypal function endpoint (line 21) | def self.endpoint function popup_endpoint (line 28) | def self.popup_endpoint function log (line 36) | def self.log(message, mode = :info) function logger (line 39) | def self.logger function logger= (line 42) | def self.logger=(logger) function sandbox? (line 48) | def self.sandbox? function sandbox! (line 51) | def self.sandbox! function sandbox= (line 54) | def self.sandbox=(boolean) FILE: lib/paypal/base.rb type Paypal (line 1) | module Paypal class Base (line 2) | class Base method initialize (line 5) | def initialize(attributes = {}) FILE: lib/paypal/exception.rb type Paypal (line 1) | module Paypal class Exception (line 2) | class Exception < StandardError FILE: lib/paypal/exception/api_error.rb type Paypal (line 1) | module Paypal class Exception (line 2) | class Exception class APIError (line 3) | class APIError < Exception method initialize (line 5) | def initialize(response = {}) method message (line 13) | def message class Response (line 22) | class Response class Detail (line 41) | class Detail method initialize (line 51) | def initialize(attributes = {}) method initialize (line 65) | def initialize(attributes = {}) method short_messages (line 88) | def short_messages FILE: lib/paypal/exception/http_error.rb type Paypal (line 1) | module Paypal class Exception (line 2) | class Exception class HttpError (line 3) | class HttpError < Exception method initialize (line 5) | def initialize(code, message, body = '') FILE: lib/paypal/express/request.rb type Paypal (line 1) | module Paypal type Express (line 2) | module Express class Request (line 3) | class Request < NVP::Request method setup (line 7) | def setup(payment_requests, return_url, cancel_url, options = {}) method details (line 38) | def details(token) method transaction_details (line 43) | def transaction_details(transaction_id) method checkout! (line 48) | def checkout!(token, payer_id, payment_requests) method capture! (line 60) | def capture!(authorization_id, amount, currency_code, complete_typ... method void! (line 72) | def void!(authorization_id, params={}) method subscribe! (line 84) | def subscribe!(token, recurring_profile) method subscription (line 93) | def subscription(profile_id) method renew! (line 101) | def renew!(profile_id, action, options = {}) method suspend! (line 113) | def suspend!(profile_id, options = {}) method cancel! (line 117) | def cancel!(profile_id, options = {}) method reactivate! (line 121) | def reactivate!(profile_id, options = {}) method agree! (line 128) | def agree!(token, options = {}) method agreement (line 139) | def agreement(reference_id) method charge! (line 147) | def charge!(reference_id, amount, options = {}) method revoke! (line 160) | def revoke!(reference_id) method refund! (line 172) | def refund!(transaction_id, options = {}) FILE: lib/paypal/express/response.rb type Paypal (line 1) | module Paypal type Express (line 2) | module Express class Response (line 3) | class Response < NVP::Response method initialize (line 6) | def initialize(response, options = {}) method redirect_uri (line 12) | def redirect_uri method popup_uri (line 18) | def popup_uri method query (line 26) | def query(with_cmd = false) FILE: lib/paypal/ipn.rb type Paypal (line 1) | module Paypal type IPN (line 2) | module IPN function endpoint (line 3) | def self.endpoint function verify! (line 11) | def self.verify!(raw_post) FILE: lib/paypal/nvp/request.rb type Paypal (line 1) | module Paypal type NVP (line 2) | module NVP class Request (line 3) | class Request < Base method endpoint (line 13) | def self.endpoint method initialize (line 21) | def initialize(attributes = {}) method common_params (line 26) | def common_params method request (line 36) | def request(method, params = {}) method post (line 44) | def post(method, params) method handle_response (line 48) | def handle_response FILE: lib/paypal/nvp/response.rb type Paypal (line 1) | module Paypal type NVP (line 2) | module NVP class Response (line 3) | class Response < Base method initialize (line 45) | def initialize(attributes = {}) FILE: lib/paypal/payment/common/amount.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment type Common (line 3) | module Common class Amount (line 4) | class Amount < Base method numeric_attribute? (line 7) | def numeric_attribute?(key) FILE: lib/paypal/payment/recurring.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Recurring (line 3) | class Recurring < Base method initialize (line 7) | def initialize(attributes = {}) method to_params (line 15) | def to_params method numeric_attribute? (line 38) | def numeric_attribute?(key) FILE: lib/paypal/payment/recurring/activation.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Recurring::Activation (line 3) | class Recurring::Activation < Base method to_params (line 6) | def to_params FILE: lib/paypal/payment/recurring/billing.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Recurring::Billing (line 3) | class Recurring::Billing < Base method initialize (line 7) | def initialize(attributes = {}) method to_params (line 21) | def to_params FILE: lib/paypal/payment/recurring/summary.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Recurring::Summary (line 3) | class Recurring::Summary < Base method numeric_attribute? (line 6) | def numeric_attribute?(key) FILE: lib/paypal/payment/request.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Request (line 3) | class Request < Base method initialize (line 7) | def initialize(attributes = {}) method to_params (line 25) | def to_params(index = 0) method items_amount (line 60) | def items_amount FILE: lib/paypal/payment/request/item.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Request::Item (line 3) | class Request::Item < Base method initialize (line 6) | def initialize(attributes = {}) method to_params (line 11) | def to_params(parent_index, index = 0) FILE: lib/paypal/payment/response.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response (line 3) | class Response < Base method initialize (line 6) | def initialize(attributes = {}) FILE: lib/paypal/payment/response/address.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response::Address (line 3) | class Response::Address < Base FILE: lib/paypal/payment/response/info.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response::Info (line 3) | class Response::Info < Base method initialize (line 27) | def initialize(attributes = {}) FILE: lib/paypal/payment/response/item.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response::Item (line 3) | class Response::Item < Base method initialize (line 23) | def initialize(attributes = {}) FILE: lib/paypal/payment/response/payer.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response::Payer (line 3) | class Response::Payer < Base FILE: lib/paypal/payment/response/reference.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response::Reference (line 3) | class Response::Reference < Base FILE: lib/paypal/payment/response/refund.rb type Paypal (line 1) | module Paypal type Payment (line 2) | module Payment class Response::Refund (line 3) | class Response::Refund < Base method initialize (line 7) | def initialize(attributes = {}) FILE: lib/paypal/util.rb type Paypal (line 1) | module Paypal type Util (line 2) | module Util function formatted_amount (line 4) | def self.formatted_amount(x) function to_numeric (line 9) | def self.to_numeric(x) function numeric_attribute? (line 17) | def numeric_attribute?(key) function == (line 21) | def ==(other) FILE: spec/helpers/fake_response_helper.rb type FakeResponseHelper (line 3) | module FakeResponseHelper function fake_response (line 5) | def fake_response(file_path, api = :NVP, options = {}) function request_to (line 23) | def request_to(endpoint, method = :get) FILE: spec/paypal/express/request_spec.rb class Paypal::Express::Request (line 4) | class Paypal::Express::Request method post_with_logging (line 6) | def post_with_logging(method, params) FILE: spec/spec_helper.rb function sandbox_mode (line 20) | def sandbox_mode(&block)