Class: FinApps::REST::ConsumerLoginTokens

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

Instance Method Summary collapse

Instance Method Details

#create(params) ⇒ Object



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

def create(params)
  not_blank(params, :params)
  super params, 'login/token'
end