Module: Payrix
- Defined in:
- lib/payrix.rb,
lib/payrix/http.rb,
lib/payrix/version.rb,
lib/payrix/resource.rb,
lib/payrix/exceptions.rb,
lib/payrix/http/request.rb,
lib/payrix/configuration.rb,
lib/payrix/http/response.rb,
lib/payrix/resource/base.rb,
lib/payrix/resource/fees.rb,
lib/payrix/resource/orgs.rb,
lib/payrix/resource/txns.rb,
lib/payrix/resource/funds.rb,
lib/payrix/resource/holds.rb,
lib/payrix/resource/items.rb,
lib/payrix/resource/mixin.rb,
lib/payrix/resource/notes.rb,
lib/payrix/resource/plans.rb,
lib/payrix/resource/teams.rb,
lib/payrix/exceptions/base.rb,
lib/payrix/resource/alerts.rb,
lib/payrix/resource/logins.rb,
lib/payrix/resource/tokens.rb,
lib/payrix/resource/apikeys.rb,
lib/payrix/resource/batches.rb,
lib/payrix/resource/entries.rb,
lib/payrix/resource/iplists.rb,
lib/payrix/resource/members.rb,
lib/payrix/resource/payouts.rb,
lib/payrix/resource/refunds.rb,
lib/payrix/resource/reports.rb,
lib/payrix/resource/secrets.rb,
lib/payrix/resource/vendors.rb,
lib/payrix/resource/accounts.rb,
lib/payrix/resource/billings.rb,
lib/payrix/resource/contacts.rb,
lib/payrix/resource/entities.rb,
lib/payrix/resource/invoices.rb,
lib/payrix/resource/mappings.rb,
lib/payrix/resource/messages.rb,
lib/payrix/resource/reserves.rb,
lib/payrix/resource/sessions.rb,
lib/payrix/resource/customers.rb,
lib/payrix/resource/decisions.rb,
lib/payrix/resource/divisions.rb,
lib/payrix/resource/fee_rules.rb,
lib/payrix/resource/merchants.rb,
lib/payrix/resource/org_flows.rb,
lib/payrix/resource/terminals.rb,
lib/payrix/resource/txn_datas.rb,
lib/payrix/http/request_params.rb,
lib/payrix/resource/statements.rb,
lib/payrix/exceptions/api_error.rb,
lib/payrix/resource/adjustments.rb,
lib/payrix/resource/assessments.rb,
lib/payrix/resource/auth_tokens.rb,
lib/payrix/resource/chargebacks.rb,
lib/payrix/resource/credentials.rb,
lib/payrix/resource/team_logins.rb,
lib/payrix/resource/txn_results.rb,
lib/payrix/exceptions/connection.rb,
lib/payrix/resource/aggregations.rb,
lib/payrix/resource/entity_datas.rb,
lib/payrix/resource/entity_debts.rb,
lib/payrix/resource/fund_origins.rb,
lib/payrix/resource/org_entities.rb,
lib/payrix/resource/payout_flows.rb,
lib/payrix/resource/report_items.rb,
lib/payrix/resource/alert_actions.rb,
lib/payrix/resource/confirm_codes.rb,
lib/payrix/resource/disbursements.rb,
lib/payrix/resource/entry_origins.rb,
lib/payrix/resource/fee_modifiers.rb,
lib/payrix/resource/invoice_items.rb,
lib/payrix/resource/profit_shares.rb,
lib/payrix/resource/subscriptions.rb,
lib/payrix/resource/terminal_txns.rb,
lib/payrix/resource/txn_metadatas.rb,
lib/payrix/resource/alert_triggers.rb,
lib/payrix/resource/billing_events.rb,
lib/payrix/resource/decision_rules.rb,
lib/payrix/resource/entity_returns.rb,
lib/payrix/resource/note_documents.rb,
lib/payrix/resource/report_results.rb,
lib/payrix/resource/entity_reserves.rb,
lib/payrix/resource/invoice_results.rb,
lib/payrix/resource/message_threads.rb,
lib/payrix/resource/payment_updates.rb,
lib/payrix/resource/pending_entries.rb,
lib/payrix/resource/reserve_entries.rb,
lib/payrix/resource/decision_actions.rb,
lib/payrix/resource/merchant_results.rb,
lib/payrix/resource/org_flow_actions.rb,
lib/payrix/exceptions/invalid_request.rb,
lib/payrix/resource/billing_modifiers.rb,
lib/payrix/resource/statement_entries.rb,
lib/payrix/exceptions/invalid_response.rb,
lib/payrix/resource/invoice_line_items.rb,
lib/payrix/resource/invoice_parameters.rb,
lib/payrix/resource/profit_share_rules.rb,
lib/payrix/resource/terminal_txn_datas.rb,
lib/payrix/resource/aggregation_results.rb,
lib/payrix/resource/chargeback_messages.rb,
lib/payrix/resource/chargeback_statuses.rb,
lib/payrix/resource/subscription_tokens.rb,
lib/payrix/resource/chargeback_documents.rb,
lib/payrix/resource/disbursement_entries.rb,
lib/payrix/resource/disbursement_results.rb,
lib/payrix/resource/profit_share_results.rb,
lib/payrix/resource/terminal_txn_results.rb,
lib/payrix/resource/account_verifications.rb,
lib/payrix/resource/mixin/create_disabled.rb,
lib/payrix/resource/mixin/delete_disabled.rb,
lib/payrix/resource/mixin/update_disabled.rb,
lib/payrix/resource/payment_update_groups.rb,
lib/payrix/resource/aggregation_result_groups.rb,
lib/payrix/resource/chargeback_message_results.rb
Defined Under Namespace
Modules: Exceptions, Http, Resource
Classes: Configuration
Constant Summary
collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.configuration ⇒ Object
12
13
14
|
# File 'lib/payrix.rb', line 12
def self.configuration
@configuration ||= Configuration.new
end
|
Class Method Details
16
17
18
|
# File 'lib/payrix.rb', line 16
def self.configure
yield(configuration)
end
|