Class: Postmen::ShipperAccountUpdateCredentialsQuery
- Inherits:
-
Dry::Types::Hash
- Object
- Dry::Types::Hash
- Postmen::ShipperAccountUpdateCredentialsQuery
- 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
Instance Method Summary collapse
-
#to_query ⇒ Hash
Converts query object to hash.
Instance Method Details
#to_query ⇒ Hash
Converts query object to hash
8 9 10 11 12 |
# File 'lib/postmen/query/shipper_account_update_credentials_query.rb', line 8 def to_query { json: query } end |