Class: Croudia::User

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

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Method Summary

Methods included from Creatable

#created_at

Methods inherited from Identity

#==, #initialize

Methods inherited from Base

#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect

Constructor Details

This class inherits a constructor from Croudia::Identity

Instance Attribute Details

#blockingObject (readonly)

Returns the value of attribute blocking.



8
9
10
# File 'lib/croudia/user.rb', line 8

def blocking
  @blocking
end

#connectionsObject (readonly)

Returns the value of attribute connections.



8
9
10
# File 'lib/croudia/user.rb', line 8

def connections
  @connections
end

#cover_image_url_httpsObject (readonly)

Returns the value of attribute cover_image_url_https.



8
9
10
# File 'lib/croudia/user.rb', line 8

def cover_image_url_https
  @cover_image_url_https
end

#descriptionObject (readonly)

Returns the value of attribute description.



8
9
10
# File 'lib/croudia/user.rb', line 8

def description
  @description
end

#favorites_countObject (readonly)

Returns the value of attribute favorites_count.



8
9
10
# File 'lib/croudia/user.rb', line 8

def favorites_count
  @favorites_count
end

#follow_request_sentObject (readonly)

Returns the value of attribute follow_request_sent.



8
9
10
# File 'lib/croudia/user.rb', line 8

def follow_request_sent
  @follow_request_sent
end

#followed_byObject (readonly)

Returns the value of attribute followed_by.



8
9
10
# File 'lib/croudia/user.rb', line 8

def followed_by
  @followed_by
end

#followers_countObject (readonly)

Returns the value of attribute followers_count.



8
9
10
# File 'lib/croudia/user.rb', line 8

def followers_count
  @followers_count
end

#followingObject (readonly)

Returns the value of attribute following.



8
9
10
# File 'lib/croudia/user.rb', line 8

def following
  @following
end

#friends_countObject (readonly)

Returns the value of attribute friends_count.



8
9
10
# File 'lib/croudia/user.rb', line 8

def friends_count
  @friends_count
end

#locationObject (readonly)

Returns the value of attribute location.



8
9
10
# File 'lib/croudia/user.rb', line 8

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name.



8
9
10
# File 'lib/croudia/user.rb', line 8

def name
  @name
end

#profile_image_url_httpsObject (readonly)

Returns the value of attribute profile_image_url_https.



8
9
10
# File 'lib/croudia/user.rb', line 8

def profile_image_url_https
  @profile_image_url_https
end

#protectedObject (readonly)

Returns the value of attribute protected.



8
9
10
# File 'lib/croudia/user.rb', line 8

def protected
  @protected
end

#screen_nameObject (readonly)

Returns the value of attribute screen_name.



8
9
10
# File 'lib/croudia/user.rb', line 8

def screen_name
  @screen_name
end

#statuses_countObject (readonly)

Returns the value of attribute statuses_count.



8
9
10
# File 'lib/croudia/user.rb', line 8

def statuses_count
  @statuses_count
end

#urlObject (readonly)

Returns the value of attribute url.



8
9
10
# File 'lib/croudia/user.rb', line 8

def url
  @url
end