Class: Postmen::ShipperAccountUpdateCredentialsQuery

Inherits:
Dry::Types::Hash
  • Object
show all
Defined in:
lib/postmen/query/shipper_account_update_credentials_query.rb

Overview

This class holds all the logic behind updating credentials for a ShipperAccount details

See Also:

Instance Method Summary collapse

Instance Method Details

#to_queryHash

Converts query object to hash

Returns:

  • (Hash)


8
9
10
11
12
# File 'lib/postmen/query/shipper_account_update_credentials_query.rb', line 8

def to_query
  {
    json: query
  }
end