Class: Yelp::Response::Model::User

Inherits:
Base
  • Object
show all
Defined in:
lib/yelp/responses/models/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Yelp::Response::Base

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/yelp/responses/models/user.rb', line 7

def id
  @id
end

#image_urlObject (readonly)

Returns the value of attribute image_url.



7
8
9
# File 'lib/yelp/responses/models/user.rb', line 7

def image_url
  @image_url
end

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/yelp/responses/models/user.rb', line 7

def name
  @name
end