class BloomRemitClient::CreateTxnPreviewResponse
Public Instance Methods
default_errors()
click to toggle source
# File lib/bloom_remit_client/responses/create_txn_preview_response.rb, line 7 def default_errors Array(parsed_body[:errors]) end
default_txn_preview()
click to toggle source
# File lib/bloom_remit_client/responses/create_txn_preview_response.rb, line 11 def default_txn_preview TxnPreview.new(parsed_body[:txn_preview]) end