Class: Postmen::ShipperAccountUpdateQuery

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/postmen/query/shipper_account_update_query.rb

Overview

This class holds all the logic behind updating a ShipperAccount details

See Also:

Instance Method Summary collapse

Instance Method Details

#to_queryHash

Converts query object to hash



14
15
16
17
18
# File 'lib/postmen/query/shipper_account_update_query.rb', line 14

def to_query
  {
    json: query
  }
end