Class: Ppds::User
- Inherits:
-
ClassFactory
- Object
- ClassFactory
- Ppds::User
- Defined in:
- lib/ppds/tumblr.rb
Instance Attribute Summary collapse
-
#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.
-
#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.
Instance Attribute Details
#can_upload_aiff ⇒ Object
Returns the value of attribute can_upload_aiff.
7 8 9 |
# File 'lib/ppds/tumblr.rb', line 7 def can_upload_aiff @can_upload_aiff end |
#can_upload_audio ⇒ Object
Returns the value of attribute can_upload_audio.
7 8 9 |
# File 'lib/ppds/tumblr.rb', line 7 def can_upload_audio @can_upload_audio end |
#can_upload_video ⇒ Object
Returns the value of attribute can_upload_video.
7 8 9 |
# File 'lib/ppds/tumblr.rb', line 7 def can_upload_video @can_upload_video end |
#default_post_format ⇒ Object
Returns the value of attribute default_post_format.
7 8 9 |
# File 'lib/ppds/tumblr.rb', line 7 def default_post_format @default_post_format end |
#max_video_bytes_uploaded ⇒ Object
Returns the value of attribute max_video_bytes_uploaded.
7 8 9 |
# File 'lib/ppds/tumblr.rb', line 7 def max_video_bytes_uploaded @max_video_bytes_uploaded end |
#vimeo_login_url ⇒ Object
Returns the value of attribute vimeo_login_url.
7 8 9 |
# File 'lib/ppds/tumblr.rb', line 7 def vimeo_login_url @vimeo_login_url end |