class Postmen::CreateShipperAccountQuery

This class holds all the logic behind preparing query for creating a ShipperAccount. It does type convertion, removes empty values and so on. @see ShipperAccountCollection#create Usage

Public Instance Methods

to_query() click to toggle source

Converts query object to hash @return [Hash]

# File lib/postmen/query/create_shipper_account_query.rb, line 16
def to_query
  {
    params: query
  }
end