Class: Croudia::Object::User

Inherits:
Identity show all
Defined in:
lib/croudia/object/user.rb

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader_as_array_object, attr_reader_as_object, #initialize

Constructor Details

This class inherits a constructor from Croudia::Object::Base

Instance Attribute Details

#cover_image_url_httpsObject (readonly) Also known as: cover

Returns the value of attribute cover_image_url_https.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def cover_image_url_https
  @cover_image_url_https
end

#created_atObject (readonly)

Returns the value of attribute created_at.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def created_at
  @created_at
end

#descriptionObject (readonly)

Returns the value of attribute description.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def description
  @description
end

#favorites_countObject (readonly)

Returns the value of attribute favorites_count.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def favorites_count
  @favorites_count
end

#follow_request_sentObject (readonly)

Returns the value of attribute follow_request_sent.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def follow_request_sent
  @follow_request_sent
end

#followers_countObject (readonly)

Returns the value of attribute followers_count.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def followers_count
  @followers_count
end

#followingObject (readonly)

Returns the value of attribute following.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def following
  @following
end

#friends_countObject (readonly)

Returns the value of attribute friends_count.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def friends_count
  @friends_count
end

#locationObject (readonly)

Returns the value of attribute location.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def name
  @name
end

#profile_image_url_httpsObject (readonly) Also known as: icon

Returns the value of attribute profile_image_url_https.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def profile_image_url_https
  @profile_image_url_https
end

#protectedObject (readonly)

Returns the value of attribute protected.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def protected
  @protected
end

#screen_nameObject (readonly)

Returns the value of attribute screen_name.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def screen_name
  @screen_name
end

#statuses_countObject (readonly)

Returns the value of attribute statuses_count.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def statuses_count
  @statuses_count
end

#urlObject (readonly)

Returns the value of attribute url.



6
7
8
# File 'lib/croudia/object/user.rb', line 6

def url
  @url
end