class VersacommerceAPI::Account

Account object. Use Account.current to receive the account details.

Public Class Methods

current() click to toggle source
# File lib/versacommerce_api/resources/account.rb, line 5
def self.current
  find(:one, :from => "/api/account.xml")
end