Class: Etsy::BillingOverview

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/etsy/billing_overview.rb

Overview

BillingOverview

A user’s account balance on Etsy.

Class Method Summary collapse

Methods included from Model

included, #initialize, #result, #secret, #token

Class Method Details

.find_all_by_user_id(user_id, options = {}) ⇒ Object



14
15
16
# File 'lib/etsy/billing_overview.rb', line 14

def self.find_all_by_user_id(user_id, options = {})
  get_all("/users/#{user_id}/billing/overview", options)
end