Class: Cashstar::Client

Inherits:
API
  • Object
show all
Includes:
Catalog, Faceplates, GiftCardMethods, Merchants, OrderMethods
Defined in:
lib/cashstar/client.rb,
lib/cashstar/client/order.rb,
lib/cashstar/client/catalog.rb,
lib/cashstar/client/gift_card.rb,
lib/cashstar/client/merchants.rb,
lib/cashstar/client/faceplates.rb

Overview

Note:

All methods have been separated into modules

Wrapper for the CashStar REST API

Defined Under Namespace

Modules: Catalog, Faceplates, GiftCardMethods, Merchants, OrderMethods Classes: Delivery, GiftCard, Message, Order

Method Summary

Methods included from GiftCardMethods

#balance_inquiry, #cancel

Methods included from OrderMethods

#issue, #return

Methods included from Catalog

#catalog

Methods included from Faceplates

#faceplates

Methods included from Merchants

#merchants

Methods inherited from API

#initialize

Methods included from Request

#delete, #get, #post, #put

Constructor Details

This class inherits a constructor from Cashstar::API