Module: Easebuzz
- Defined in:
- lib/paywitheasebuzz-ruby.rb,
lib/paywitheasebuzz-ruby/helper.rb,
lib/paywitheasebuzz-ruby/payment.rb,
lib/paywitheasebuzz-ruby/request.rb,
lib/paywitheasebuzz-ruby/constants.rb
Defined Under Namespace
Classes: Helper, Payment, Request
Constant Summary collapse
- PROD_URL =
'https://pay.easebuzz.in/'.freeze
- TEST_URL =
'https://testpay.easebuzz.in/'.freeze
Class Attribute Summary collapse
-
.env ⇒ Object
Returns the value of attribute env.
-
.key ⇒ Object
Returns the value of attribute key.
-
.request ⇒ Object
Returns the value of attribute request.
-
.salt ⇒ Object
Returns the value of attribute salt.
Class Method Summary collapse
Class Attribute Details
.env ⇒ Object
Returns the value of attribute env.
10 11 12 |
# File 'lib/paywitheasebuzz-ruby.rb', line 10 def env @env end |
.key ⇒ Object
Returns the value of attribute key.
10 11 12 |
# File 'lib/paywitheasebuzz-ruby.rb', line 10 def key @key end |
.request ⇒ Object
Returns the value of attribute request.
10 11 12 |
# File 'lib/paywitheasebuzz-ruby.rb', line 10 def request @request end |
.salt ⇒ Object
Returns the value of attribute salt.
10 11 12 |
# File 'lib/paywitheasebuzz-ruby.rb', line 10 def salt @salt end |