class Yelp::Fusion::Responses::Models::Categories
Model for the Categories
JSON body
Attributes
alias[R]
title[R]
Public Class Methods
new(json)
click to toggle source
Calls superclass method
Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/categories.rb, line 30 def initialize(json) super(json) end