Class: Sadad::Configuration
- Inherits:
-
Object
- Object
- Sadad::Configuration
- Defined in:
- lib/sadad/configuration.rb
Instance Attribute Summary collapse
-
#client_certificate_pem_file ⇒ Object
Returns the value of attribute client_certificate_pem_file.
-
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
-
#program_id ⇒ Object
Returns the value of attribute program_id.
Instance Attribute Details
#client_certificate_pem_file ⇒ Object
Returns the value of attribute client_certificate_pem_file.
3 4 5 |
# File 'lib/sadad/configuration.rb', line 3 def client_certificate_pem_file @client_certificate_pem_file end |
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
3 4 5 |
# File 'lib/sadad/configuration.rb', line 3 def merchant_id @merchant_id end |
#program_id ⇒ Object
Returns the value of attribute program_id.
3 4 5 |
# File 'lib/sadad/configuration.rb', line 3 def program_id @program_id end |