Class: Bcash::Client
- Inherits:
-
Object
- Object
- Bcash::Client
- Includes:
- Api::Accounts, Api::FindTransaction, Api::VerifyReturn, Helpers::Request, HTTParty
- Defined in:
- lib/bcash/client.rb
Constant Summary
Constants included from Api::FindTransaction
Constants included from Api::VerifyReturn
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Api::FindTransaction
#find_by_order_id, #find_by_transaction_id
Methods included from Api::VerifyReturn
Methods included from Api::Accounts
#create_account, #search_account_by_cpf
Constructor Details
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email.
16 17 18 |
# File 'lib/bcash/client.rb', line 16 def email @email end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
16 17 18 |
# File 'lib/bcash/client.rb', line 16 def key @key end |
#token ⇒ Object (readonly)
Returns the value of attribute token.
16 17 18 |
# File 'lib/bcash/client.rb', line 16 def token @token end |