class Giftbit::Marketplace

Public Class Methods

all() click to toggle source
# File lib/giftbit-rails/marketplace.rb, line 5
def self.all
  fire_get "/marketplace", {}
end