Class: DeviantArt::User::Profile
- Defined in:
- lib/deviantart/user/profile.rb
Instance Attribute Summary collapse
-
#artist_level ⇒ Object
Returns the value of attribute artist_level.
-
#artist_specialty ⇒ Object
Returns the value of attribute artist_specialty.
-
#bio ⇒ Object
Returns the value of attribute bio.
-
#collections ⇒ Object
Returns the value of attribute collections.
-
#country ⇒ Object
Returns the value of attribute country.
-
#countryid ⇒ Object
Returns the value of attribute countryid.
-
#cover_photo ⇒ Object
Returns the value of attribute cover_photo.
-
#galleries ⇒ Object
Returns the value of attribute galleries.
-
#is_watching ⇒ Object
Returns the value of attribute is_watching.
-
#last_status ⇒ Object
Returns the value of attribute last_status.
-
#profile_pic ⇒ Object
Returns the value of attribute profile_pic.
-
#profile_url ⇒ Object
Returns the value of attribute profile_url.
-
#real_name ⇒ Object
Returns the value of attribute real_name.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#tagline ⇒ Object
Returns the value of attribute tagline.
-
#user ⇒ Object
Returns the value of attribute user.
-
#user_is_artist ⇒ Object
Returns the value of attribute user_is_artist.
-
#website ⇒ Object
Returns the value of attribute website.
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
#artist_level ⇒ Object
Returns the value of attribute artist_level.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def artist_level @artist_level end |
#artist_specialty ⇒ Object
Returns the value of attribute artist_specialty.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def artist_specialty @artist_specialty end |
#bio ⇒ Object
Returns the value of attribute bio.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def bio @bio end |
#collections ⇒ Object
Returns the value of attribute collections.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def collections @collections end |
#country ⇒ Object
Returns the value of attribute country.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def country @country end |
#countryid ⇒ Object
Returns the value of attribute countryid.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def countryid @countryid end |
#cover_photo ⇒ Object
Returns the value of attribute cover_photo.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def cover_photo @cover_photo end |
#galleries ⇒ Object
Returns the value of attribute galleries.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def galleries @galleries end |
#is_watching ⇒ Object
Returns the value of attribute is_watching.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def is_watching @is_watching end |
#last_status ⇒ Object
Returns the value of attribute last_status.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def last_status @last_status end |
#profile_pic ⇒ Object
Returns the value of attribute profile_pic.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def profile_pic @profile_pic end |
#profile_url ⇒ Object
Returns the value of attribute profile_url.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def profile_url @profile_url end |
#real_name ⇒ Object
Returns the value of attribute real_name.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def real_name @real_name end |
#stats ⇒ Object
Returns the value of attribute stats.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def stats @stats end |
#tagline ⇒ Object
Returns the value of attribute tagline.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def tagline @tagline end |
#user ⇒ Object
Returns the value of attribute user.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def user @user end |
#user_is_artist ⇒ Object
Returns the value of attribute user_is_artist.
5 6 7 |
# File 'lib/deviantart/user/profile.rb', line 5 def user_is_artist @user_is_artist end |
#website ⇒ Object
Returns the value of attribute website.
6 7 8 |
# File 'lib/deviantart/user/profile.rb', line 6 def website @website end |