Sha256: 81b6b9fcd50d17a0bc40f774faf551fc4add867473e35c55f351711f2d199016
Contents?: true
Size: 283 Bytes
Versions: 102
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true module FinApps module REST class OrderStatuses < FinAppsCore::REST::Resources # :nodoc: def show(id) not_blank(id, :id) path = "orders/#{ERB::Util.url_encode(id)}/status" super nil, path end end end end
Version data entries
102 entries across 102 versions & 1 rubygems