Module: TreezorConnect
- Defined in:
- lib/treezor_connect.rb,
lib/treezor_connect/util.rb,
lib/treezor_connect/client.rb,
lib/treezor_connect/treezor_object.rb,
lib/treezor_connect/resources/payin.rb,
lib/treezor_connect/treezor_response.rb,
lib/treezor_connect/api_operations/list.rb,
lib/treezor_connect/api_operations/fetch.rb,
lib/treezor_connect/api_operations/create.rb,
lib/treezor_connect/api_operations/request.rb,
lib/treezor_connect/resources/sct_inst/payin.rb,
lib/treezor_connect/resources/sct_inst/recall.rb
Defined Under Namespace
Modules: ApiOperations, SctInst, Util Classes: Client, Payin, TreezorObject, TreezorResponse
Class Attribute Summary collapse
-
.api_base_url ⇒ Object
Returns the value of attribute api_base_url.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
Class Method Summary collapse
Class Attribute Details
.api_base_url ⇒ Object
Returns the value of attribute api_base_url.
30 31 32 |
# File 'lib/treezor_connect.rb', line 30 def api_base_url @api_base_url end |
.api_version ⇒ Object
Returns the value of attribute api_version.
30 31 32 |
# File 'lib/treezor_connect.rb', line 30 def api_version @api_version end |
.client_id ⇒ Object
Returns the value of attribute client_id.
30 31 32 |
# File 'lib/treezor_connect.rb', line 30 def client_id @client_id end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
30 31 32 |
# File 'lib/treezor_connect.rb', line 30 def client_secret @client_secret end |
Class Method Details
.configure {|_self| ... } ⇒ Object
33 34 35 |
# File 'lib/treezor_connect.rb', line 33 def self.configure yield self end |