Method: WebPay::BasicListRequest#query_params

Defined in:
lib/webpay/data_types.rb

#query_paramsObject



1095
1096
1097
1098
1099
1100
1101
# File 'lib/webpay/data_types.rb', line 1095

def query_params
  result = {}
  copy_if_exists(@attributes, result, 'count', 'query_params');
  copy_if_exists(@attributes, result, 'offset', 'query_params');
  copy_if_exists(@attributes, result, 'created', 'query_params');
  return result
end