Class: GpWebpay::Service
- Inherits:
-
Object
- Object
- GpWebpay::Service
- Defined in:
- lib/gp_webpay/service.rb
Direct Known Subclasses
Http::BaseSignedRequest, Http::ValidateResult, Ws::BaseSignedRequest, Ws::Echo, Ws::ValidateResult
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize ⇒ Service
Returns a new instance of Service.
3 4 |
# File 'lib/gp_webpay/service.rb', line 3 def initialize(*) end |
Instance Method Details
#call ⇒ Object
12 13 |
# File 'lib/gp_webpay/service.rb', line 12 def call end |