Class: Ppds::User
- Inherits:
-
ClassFactory
- Object
- ClassFactory
- Ppds::User
- Defined in:
- lib/ppds/tumblr.rb
Instance Attribute Summary collapse
-
#can_ask_question ⇒ Object
Returns the value of attribute can_ask_question.
-
#can_upload_aiff ⇒ Object
Returns the value of attribute can_upload_aiff.
-
#can_upload_audio ⇒ Object
Returns the value of attribute can_upload_audio.
-
#can_upload_video ⇒ Object
Returns the value of attribute can_upload_video.
-
#default_post_format ⇒ Object
Returns the value of attribute default_post_format.
-
#liked_post_count ⇒ Object
Returns the value of attribute liked_post_count.
-
#max_video_bytes_uploaded ⇒ Object
Returns the value of attribute max_video_bytes_uploaded.
-
#vimeo_login_url ⇒ Object
Returns the value of attribute vimeo_login_url.
Method Summary
Methods inherited from ClassFactory
Constructor Details
This class inherits a constructor from Ppds::ClassFactory
Instance Attribute Details
#can_ask_question ⇒ Object
Returns the value of attribute can_ask_question.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def can_ask_question @can_ask_question end |
#can_upload_aiff ⇒ Object
Returns the value of attribute can_upload_aiff.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def can_upload_aiff @can_upload_aiff end |
#can_upload_audio ⇒ Object
Returns the value of attribute can_upload_audio.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def can_upload_audio @can_upload_audio end |
#can_upload_video ⇒ Object
Returns the value of attribute can_upload_video.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def can_upload_video @can_upload_video end |
#default_post_format ⇒ Object
Returns the value of attribute default_post_format.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def default_post_format @default_post_format end |
#liked_post_count ⇒ Object
Returns the value of attribute liked_post_count.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def liked_post_count @liked_post_count end |
#max_video_bytes_uploaded ⇒ Object
Returns the value of attribute max_video_bytes_uploaded.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def max_video_bytes_uploaded @max_video_bytes_uploaded end |
#vimeo_login_url ⇒ Object
Returns the value of attribute vimeo_login_url.
11 12 13 |
# File 'lib/ppds/tumblr.rb', line 11 def vimeo_login_url @vimeo_login_url end |