class Bigcartel::Account

Public Class Methods

retrieve() click to toggle source
# File lib/bigcartel/account.rb, line 4
def retrieve
  response = Bigcartel::API.get("/account")
  self.new(response)
end
root_path() click to toggle source
# File lib/bigcartel/account.rb, line 9
def root_path
  '/account'
end