Class: FinApps::REST::OrderTokens

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#show(token) ⇒ Object



6
7
8
9
# File 'lib/finapps/rest/order_tokens.rb', line 6

def show(token)
  not_blank(token, :token)
  create nil, "orders/#{ERB::Util.url_encode(token)}"
end