class EWayClient::QueryTxnStatusRequest
Constants
- MESSAGE_ATTRS
Private Instance Methods
default_message()
click to toggle source
# File lib/e_way_client/requests/query_txn_status_request.rb, line 18 def default_message MESSAGE_ATTRS.each_with_object({}) do |attr, hash| hash[attr.to_s.upcase] = send(attr) end end