class OTX::User
@attr user_id
[String] User
ID @attr username [String] User
name @attr member_since
[String] Number of days since User
created their account @attr avatar_url
[String] URL
for Users
avatar image @attr pulse_count
[Integer] Number of Pulses
created @attr accepted_edits_count
[Integer] Number of Users
edits that have been accepted @attr subscriber_count
[Integer] Number of other Users
subscribed to this User
@attr follower_count
[Integer] Number of other Users
following this User
@attr award_count
[Integer] Number of awards this User
has received @attr awards [Array<String>] Array of awards this User
has received
Attributes
accepted_edits_count[RW]
avatar_url[RW]
award_count[RW]
awards[RW]
follower_count[RW]
member_since[RW]
pulse_count[RW]
subscriber_count[RW]
user_id[RW]
username[RW]