Class: DeviantArt::User

Inherits:
Base
  • Object
show all
Defined in:
lib/deviantart/base.rb,
lib/deviantart/user.rb

Defined Under Namespace

Classes: Friends, Profile, Statuses, Watchers, Whois

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

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

#detailsObject

Returns the value of attribute details.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def details
  @details
end

#geoObject

Returns the value of attribute geo.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def geo
  @geo
end

#is_watchingObject

Returns the value of attribute is_watching.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def is_watching
  @is_watching
end

#profileObject

Returns the value of attribute profile.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def profile
  @profile
end

#statsObject

Returns the value of attribute stats.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def stats
  @stats
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def type
  @type
end

#usericonObject

Returns the value of attribute usericon.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def usericon
  @usericon
end

#useridObject

Returns the value of attribute userid.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def userid
  @userid
end

#usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/deviantart/user.rb', line 5

def username
  @username
end