class RingioAPI::Account

Public Class Methods

find(account_id) click to toggle source

move the nested resource to the root

Calls superclass method
# File lib/ringioAPI/account.rb, line 7
def self.find(account_id)
  super(account_id).account
end