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, points_class_mapping=

Constructor Details

This class inherits a constructor from DeviantArt::Base

Instance Attribute Details

#artist_levelObject

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_specialtyObject

Returns the value of attribute artist_specialty.



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

def artist_specialty
  @artist_specialty
end

#bioObject

Returns the value of attribute bio.



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

def bio
  @bio
end

#collectionsObject

Returns the value of attribute collections.



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

def collections
  @collections
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#countryidObject

Returns the value of attribute countryid.



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

def countryid
  @countryid
end

#cover_photoObject

Returns the value of attribute cover_photo.



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

def cover_photo
  @cover_photo
end

#galleriesObject

Returns the value of attribute galleries.



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

def galleries
  @galleries
end

#is_watchingObject

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_statusObject

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_picObject

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_urlObject

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_nameObject

Returns the value of attribute real_name.



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

def real_name
  @real_name
end

#statsObject

Returns the value of attribute stats.



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

def stats
  @stats
end

#taglineObject

Returns the value of attribute tagline.



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

def tagline
  @tagline
end

#userObject

Returns the value of attribute user.



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

def user
  @user
end

#user_is_artistObject

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

#websiteObject

Returns the value of attribute website.



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

def website
  @website
end