Module: Paid

Defined in:
lib/paid.rb,
lib/paid/plan.rb,
lib/paid/util.rb,
lib/paid/event.rb,
lib/paid/account.rb,
lib/paid/invoice.rb,
lib/paid/version.rb,
lib/paid/api_list.rb,
lib/paid/customer.rb,
lib/paid/requester.rb,
lib/paid/api_method.rb,
lib/paid/event_data.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, PaidError, Plan, RefundList, Subscription, Transaction

Constant Summary collapse

VERSION =
File.open(File.expand_path("../../../VERSION", __FILE__)).read()

Class Attribute Summary collapse

Class Attribute Details

.api_baseObject

Returns the value of attribute api_base.



56
57
58
# File 'lib/paid.rb', line 56

def api_base
  @api_base
end

.api_keyObject

Returns the value of attribute api_key.



56
57
58
# File 'lib/paid.rb', line 56

def api_key
  @api_key
end

.api_stagingObject (readonly)

Returns the value of attribute api_staging.



57
58
59
# File 'lib/paid.rb', line 57

def api_staging
  @api_staging
end

.api_versionObject

Returns the value of attribute api_version.



56
57
58
# File 'lib/paid.rb', line 56

def api_version
  @api_version
end

.auth_headerObject (readonly)

Returns the value of attribute auth_header.



57
58
59
# File 'lib/paid.rb', line 57

def auth_header
  @auth_header
end

.docs_urlObject (readonly)

Returns the value of attribute docs_url.



57
58
59
# File 'lib/paid.rb', line 57

def docs_url
  @docs_url
end

.support_emailObject (readonly)

Returns the value of attribute support_email.



57
58
59
# File 'lib/paid.rb', line 57

def support_email
  @support_email
end