Class: Pike13::API::V2::Front::Business

Inherits:
Base
  • Object
show all
Defined in:
lib/pike13/api/v2/front/business.rb

Class Method Summary collapse

Methods inherited from Base

client, configure

Class Method Details

.findObject Also known as: get

GET /front/business



10
11
12
# File 'lib/pike13/api/v2/front/business.rb', line 10

def find
  client.get("front/business")
end

.franchiseesObject

GET /front/business/franchisees



16
17
18
# File 'lib/pike13/api/v2/front/business.rb', line 16

def franchisees
  client.get("front/business/franchisees")
end