class Yelp::Fusion::Responses::Models::User

Model for the User JSON body

Attributes

image_url[R]
name[R]

Public Class Methods

new(json) click to toggle source
Calls superclass method Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/user.rb, line 32
def initialize(json)
  super(json)
end