Class: Leetchi::Configuration
- Inherits:
-
Object
- Object
- Leetchi::Configuration
- Defined in:
- lib/leetchi-wallet-services.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#key_password ⇒ Object
Returns the value of attribute key_password.
-
#key_path ⇒ Object
Returns the value of attribute key_path.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#preproduction ⇒ Object
Returns the value of attribute preproduction.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url.
26 27 28 |
# File 'lib/leetchi-wallet-services.rb', line 26 def base_url @base_url end |
#key_password ⇒ Object
Returns the value of attribute key_password.
26 27 28 |
# File 'lib/leetchi-wallet-services.rb', line 26 def key_password @key_password end |
#key_path ⇒ Object
Returns the value of attribute key_path.
26 27 28 |
# File 'lib/leetchi-wallet-services.rb', line 26 def key_path @key_path end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
26 27 28 |
# File 'lib/leetchi-wallet-services.rb', line 26 def partner_id @partner_id end |
#preproduction ⇒ Object
Returns the value of attribute preproduction.
26 27 28 |
# File 'lib/leetchi-wallet-services.rb', line 26 def preproduction @preproduction end |