Class: FinApps::REST::OrderStatuses

Inherits:
FinAppsCore::REST::Resources
  • Object
show all
Defined in:
lib/finapps/rest/order_statuses.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#show(id) ⇒ Object



6
7
8
9
10
11
# File 'lib/finapps/rest/order_statuses.rb', line 6

def show(id)
  not_blank(id, :id)

  path = "orders/#{ERB::Util.url_encode(id)}/status"
  super nil, path
end