Class: Epics::HPB
- Inherits:
-
GenericRequest
- Object
- GenericRequest
- Epics::HPB
- Defined in:
- lib/epics/hpb.rb
Instance Attribute Summary
Attributes inherited from GenericRequest
#client, #options, #transaction_id
Instance Method Summary collapse
Methods inherited from GenericRequest
#auth_signature, #body, #initialize, #nonce, #timestamp, #to_receipt_xml, #to_transfer_xml, #to_xml
Constructor Details
This class inherits a constructor from Epics::GenericRequest
Instance Method Details
#header ⇒ Object
6 7 8 9 10 11 12 13 14 15 |
# File 'lib/epics/hpb.rb', line 6 def header client.header_request.build( nonce: nonce, timestamp: , order_type: 'HPB', order_attribute: 'DZHNN', with_bank_pubkey_digests: false, mutable: {} ) end |
#root ⇒ Object
2 3 4 |
# File 'lib/epics/hpb.rb', line 2 def root "ebicsNoPubKeyDigestsRequest" end |