Class: DeviantArt::User
- Defined in:
- lib/deviantart/base.rb,
lib/deviantart/user.rb
Defined Under Namespace
Classes: Friends, Profile, Statuses, Watchers, Whois
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#geo ⇒ Object
Returns the value of attribute geo.
-
#is_watching ⇒ Object
Returns the value of attribute is_watching.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#type ⇒ Object
Returns the value of attribute type.
-
#usericon ⇒ Object
Returns the value of attribute usericon.
-
#userid ⇒ Object
Returns the value of attribute userid.
-
#username ⇒ Object
Returns the value of attribute username.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#initialize, point_to_class, points_class_mapping, points_class_mapping=
Constructor Details
This class inherits a constructor from DeviantArt::Base
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def details @details end |
#geo ⇒ Object
Returns the value of attribute geo.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def geo @geo end |
#is_watching ⇒ Object
Returns the value of attribute is_watching.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def is_watching @is_watching end |
#profile ⇒ Object
Returns the value of attribute profile.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def profile @profile end |
#stats ⇒ Object
Returns the value of attribute stats.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def stats @stats end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def type @type end |
#usericon ⇒ Object
Returns the value of attribute usericon.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def usericon @usericon end |
#userid ⇒ Object
Returns the value of attribute userid.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def userid @userid end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/deviantart/user.rb', line 5 def username @username end |