Class: Pike13::API::V2::Front::Business
- Defined in:
- lib/pike13/api/v2/front/business.rb
Class Method Summary collapse
-
.find ⇒ Object
(also: get)
GET /front/business.
-
.franchisees ⇒ Object
GET /front/business/franchisees.
Methods inherited from Base
Class Method Details
.find ⇒ Object 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 |
.franchisees ⇒ Object
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 |