Class: Pike13::API::V2::Front::Branding
- Defined in:
- lib/pike13/api/v2/front/branding.rb
Class Method Summary collapse
-
.find ⇒ Object
(also: get)
GET /front/branding.
Methods inherited from Base
Class Method Details
.find ⇒ Object Also known as: get
GET /front/branding
10 11 12 |
# File 'lib/pike13/api/v2/front/branding.rb', line 10 def find client.get("front/branding") end |