Class: Cryptopay::Client
- Inherits:
-
Object
- Object
- Cryptopay::Client
- Defined in:
- lib/cryptopay/client.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
readonly
Returns the value of attribute accounts.
-
#callbacks ⇒ Object
readonly
Returns the value of attribute callbacks.
-
#channels ⇒ Object
readonly
Returns the value of attribute channels.
-
#coin_withdrawals ⇒ Object
readonly
Returns the value of attribute coin_withdrawals.
-
#coins ⇒ Object
readonly
Returns the value of attribute coins.
-
#customers ⇒ Object
readonly
Returns the value of attribute customers.
-
#exchange_transfers ⇒ Object
readonly
Returns the value of attribute exchange_transfers.
-
#invoices ⇒ Object
readonly
Returns the value of attribute invoices.
-
#rates ⇒ Object
readonly
Returns the value of attribute rates.
-
#risks ⇒ Object
readonly
Returns the value of attribute risks.
-
#subscriptions ⇒ Object
readonly
Returns the value of attribute subscriptions.
-
#transactions ⇒ Object
readonly
Returns the value of attribute transactions.
Instance Method Summary collapse
-
#initialize(&block) ⇒ Client
constructor
A new instance of Client.
Constructor Details
Instance Attribute Details
#accounts ⇒ Object (readonly)
Returns the value of attribute accounts.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def accounts @accounts end |
#callbacks ⇒ Object (readonly)
Returns the value of attribute callbacks.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def callbacks @callbacks end |
#channels ⇒ Object (readonly)
Returns the value of attribute channels.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def channels @channels end |
#coin_withdrawals ⇒ Object (readonly)
Returns the value of attribute coin_withdrawals.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def coin_withdrawals @coin_withdrawals end |
#coins ⇒ Object (readonly)
Returns the value of attribute coins.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def coins @coins end |
#customers ⇒ Object (readonly)
Returns the value of attribute customers.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def customers @customers end |
#exchange_transfers ⇒ Object (readonly)
Returns the value of attribute exchange_transfers.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def exchange_transfers @exchange_transfers end |
#invoices ⇒ Object (readonly)
Returns the value of attribute invoices.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def invoices @invoices end |
#rates ⇒ Object (readonly)
Returns the value of attribute rates.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def rates @rates end |
#risks ⇒ Object (readonly)
Returns the value of attribute risks.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def risks @risks end |
#subscriptions ⇒ Object (readonly)
Returns the value of attribute subscriptions.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def subscriptions @subscriptions end |
#transactions ⇒ Object (readonly)
Returns the value of attribute transactions.
5 6 7 |
# File 'lib/cryptopay/client.rb', line 5 def transactions @transactions end |