class Lightspeed::API::Accounts

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/lightspeed/api/accounts.rb, line 4
def initialize(client)
  @client = client
end

Public Instance Methods

all() click to toggle source
# File lib/lightspeed/api/accounts.rb, line 8
def all
  client.get("Account.json").body
end