Class: DeviantArt::User::Profile

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

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, point_to_class, points_class_mapping, #to_s

Constructor Details

This class inherits a constructor from DeviantArt::Base

Instance Attribute Details

#artist_levelObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def artist_level
  @artist_level
end

#artist_specialtyObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def artist_specialty
  @artist_specialty
end

#bioObject

Returns the value of attribute bio.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def bio
  @bio
end

#collectionsObject

Returns the value of attribute collections.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def collections
  @collections
end

#countryObject

Returns the value of attribute country.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def country
  @country
end

#countryidObject

Returns the value of attribute countryid.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def countryid
  @countryid
end

#cover_photoObject

Returns the value of attribute cover_photo.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def cover_photo
  @cover_photo
end

#galleriesObject

Returns the value of attribute galleries.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def galleries
  @galleries
end

#is_watchingObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def is_watching
  @is_watching
end

#last_statusObject

Returns the value of attribute last_status.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def last_status
  @last_status
end

#profile_picObject

Returns the value of attribute profile_pic.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def profile_pic
  @profile_pic
end

#profile_urlObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def profile_url
  @profile_url
end

#real_nameObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def real_name
  @real_name
end

#statsObject

Returns the value of attribute stats.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def stats
  @stats
end

#taglineObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def tagline
  @tagline
end

#userObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def user
  @user
end

#user_is_artistObject

:method: galleries



59
60
61
# File 'lib/deviantart/user/profile.rb', line 59

def user_is_artist
  @user_is_artist
end

#websiteObject

Returns the value of attribute website.



60
61
62
# File 'lib/deviantart/user/profile.rb', line 60

def website
  @website
end