Module: Paid
- Defined in:
- lib/paid.rb,
lib/paid/plan.rb,
lib/paid/util.rb,
lib/paid/event.rb,
lib/paid/order.rb,
lib/paid/account.rb,
lib/paid/invoice.rb,
lib/paid/product.rb,
lib/paid/version.rb,
lib/paid/api_list.rb,
lib/paid/customer.rb,
lib/paid/plan_item.rb,
lib/paid/requester.rb,
lib/paid/api_method.rb,
lib/paid/event_data.rb,
lib/paid/order_item.rb,
lib/paid/refund_list.rb,
lib/paid/transaction.rb,
lib/paid/api_resource.rb,
lib/paid/path_builder.rb,
lib/paid/subscription.rb,
lib/paid/params_builder.rb,
lib/paid/headers_builder.rb,
lib/paid/errors/api_error.rb,
lib/paid/errors/paid_error.rb,
lib/paid/errors/api_connection_error.rb,
lib/paid/errors/authentication_error.rb
Defined Under Namespace
Modules: HeadersBuilder, ParamsBuilder, PathBuilder, Requester, Util Classes: APIConnectionError, APIError, APIList, APIMethod, APIResource, Account, AuthenticationError, Customer, Event, EventData, Invoice, Order, OrderItem, PaidError, Plan, PlanItem, Product, RefundList, Subscription, Transaction
Constant Summary collapse
- VERSION =
File.open(File.("../../../VERSION", __FILE__)).read()
Class Attribute Summary collapse
-
.api_base ⇒ Object
Returns the value of attribute api_base.
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_staging ⇒ Object
readonly
Returns the value of attribute api_staging.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.auth_header ⇒ Object
readonly
Returns the value of attribute auth_header.
-
.docs_url ⇒ Object
readonly
Returns the value of attribute docs_url.
-
.support_email ⇒ Object
readonly
Returns the value of attribute support_email.
Class Attribute Details
.api_base ⇒ Object
Returns the value of attribute api_base.
61 62 63 |
# File 'lib/paid.rb', line 61 def api_base @api_base end |
.api_key ⇒ Object
Returns the value of attribute api_key.
61 62 63 |
# File 'lib/paid.rb', line 61 def api_key @api_key end |
.api_staging ⇒ Object (readonly)
Returns the value of attribute api_staging.
62 63 64 |
# File 'lib/paid.rb', line 62 def api_staging @api_staging end |
.api_version ⇒ Object
Returns the value of attribute api_version.
61 62 63 |
# File 'lib/paid.rb', line 61 def api_version @api_version end |
.auth_header ⇒ Object (readonly)
Returns the value of attribute auth_header.
62 63 64 |
# File 'lib/paid.rb', line 62 def auth_header @auth_header end |
.docs_url ⇒ Object (readonly)
Returns the value of attribute docs_url.
62 63 64 |
# File 'lib/paid.rb', line 62 def docs_url @docs_url end |
.support_email ⇒ Object (readonly)
Returns the value of attribute support_email.
62 63 64 |
# File 'lib/paid.rb', line 62 def support_email @support_email end |