Class: GpWebpay::Http::Services::CreateOrder
- Inherits:
-
BaseSignedRequest
- Object
- Service
- BaseSignedRequest
- GpWebpay::Http::Services::CreateOrder
- Defined in:
- lib/gp_webpay/http/services/create_order.rb
Instance Attribute Summary
Attributes inherited from BaseSignedRequest
#attributes, #config, #locale, #operation, #url_attributes
Instance Method Summary collapse
-
#initialize(attributes, locale, merchant_number: nil, url_attributes: {}) ⇒ CreateOrder
constructor
A new instance of CreateOrder.
Methods inherited from BaseSignedRequest
Methods inherited from Service
Constructor Details
#initialize(attributes, locale, merchant_number: nil, url_attributes: {}) ⇒ CreateOrder
Returns a new instance of CreateOrder.
14 15 16 |
# File 'lib/gp_webpay/http/services/create_order.rb', line 14 def initialize(attributes, locale, merchant_number: nil, url_attributes: {}) super(attributes, locale, 'CREATE_ORDER', merchant_number: merchant_number, url_attributes: url_attributes) end |