Module: StarkBank
- Defined in:
- lib/starkbank.rb,
lib/key.rb,
lib/error.rb,
lib/user/user.rb,
lib/utils/api.rb,
lib/utils/url.rb,
lib/boleto/log.rb,
lib/utils/case.rb,
lib/utils/rest.rb,
lib/deposit/log.rb,
lib/event/event.rb,
lib/invoice/log.rb,
lib/utils/cache.rb,
lib/transfer/log.rb,
lib/user/project.rb,
lib/utils/checks.rb,
lib/boleto/boleto.rb,
lib/event/attempt.rb,
lib/utils/request.rb,
lib/utils/resource.rb,
lib/balance/balance.rb,
lib/deposit/deposit.rb,
lib/invoice/invoice.rb,
lib/invoice/payment.rb,
lib/tax_payment/log.rb,
lib/webhook/webhook.rb,
lib/darf_payment/log.rb,
lib/boleto_holmes/log.rb,
lib/dict_key/dict_key.rb,
lib/transfer/transfer.rb,
lib/user/organization.rb,
lib/utils/environment.rb,
lib/boleto_payment/log.rb,
lib/brcode_payment/log.rb,
lib/utils/sub_resource.rb,
lib/utility_payment/log.rb,
lib/workspace/workspace.rb,
lib/institution/institution.rb,
lib/tax_payment/tax_payment.rb,
lib/transaction/transaction.rb,
lib/darf_payment/darf_payment.rb,
lib/boleto_holmes/boleto_holmes.rb,
lib/payment_preview/tax_preview.rb,
lib/boleto_payment/boleto_payment.rb,
lib/brcode_payment/brcode_payment.rb,
lib/brcode_preview/brcode_preview.rb,
lib/payment_preview/boleto_preview.rb,
lib/payment_preview/brcode_preview.rb,
lib/payment_preview/payment_preview.rb,
lib/payment_preview/utility_preview.rb,
lib/payment_request/payment_request.rb,
lib/utility_payment/utility_payment.rb
Overview
SDK to facilitate Ruby integrations with Stark Bank
Defined Under Namespace
Modules: Error, Key, Utils Classes: Balance, Boleto, BoletoHolmes, BoletoPayment, BrcodePayment, BrcodePreview, DarfPayment, Deposit, DictKey, Event, Institution, Invoice, Organization, PaymentPreview, PaymentRequest, Project, TaxPayment, Transaction, Transfer, User, UtilityPayment, Webhook, Workspace
Class Attribute Summary collapse
-
.language ⇒ Object
Returns the value of attribute language.
-
.user ⇒ Object
Returns the value of attribute user.
Class Attribute Details
.language ⇒ Object
Returns the value of attribute language.
47 48 49 |
# File 'lib/starkbank.rb', line 47 def language @language end |
.user ⇒ Object
Returns the value of attribute user.
47 48 49 |
# File 'lib/starkbank.rb', line 47 def user @user end |