Class: Hps::HpsTransactionHeader
- Inherits:
-
Object
- Object
- Hps::HpsTransactionHeader
- Defined in:
- lib/hps/entities/hps_transaction_header.rb
Instance Attribute Summary collapse
-
#client_txn_id ⇒ Object
Returns the value of attribute client_txn_id.
-
#gateway_response_code ⇒ Object
Returns the value of attribute gateway_response_code.
-
#gateway_response_message ⇒ Object
Returns the value of attribute gateway_response_message.
-
#response_dt ⇒ Object
Returns the value of attribute response_dt.
Instance Attribute Details
#client_txn_id ⇒ Object
Returns the value of attribute client_txn_id.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_header.rb', line 4 def client_txn_id @client_txn_id end |
#gateway_response_code ⇒ Object
Returns the value of attribute gateway_response_code.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_header.rb', line 4 def gateway_response_code @gateway_response_code end |
#gateway_response_message ⇒ Object
Returns the value of attribute gateway_response_message.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_header.rb', line 4 def @gateway_response_message end |
#response_dt ⇒ Object
Returns the value of attribute response_dt.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_header.rb', line 4 def response_dt @response_dt end |