Class: Ppds::Blog
- Inherits:
-
ClassFactory
- Object
- ClassFactory
- Ppds::Blog
- Defined in:
- lib/ppds/tumblr.rb
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#backup_post_limit ⇒ Object
Returns the value of attribute backup_post_limit.
-
#custom_css ⇒ Object
Returns the value of attribute custom_css.
-
#description ⇒ Object
Returns the value of attribute description.
-
#draft_count ⇒ Object
Returns the value of attribute draft_count.
-
#followers ⇒ Object
Returns the value of attribute followers.
-
#is_admin ⇒ Object
Returns the value of attribute is_admin.
-
#is_primary ⇒ Object
Returns the value of attribute is_primary.
-
#messages_count ⇒ Object
Returns the value of attribute messages_count.
-
#name ⇒ Object
Returns the value of attribute name.
-
#posts ⇒ Object
Returns the value of attribute posts.
-
#private_id ⇒ Object
Returns the value of attribute private_id.
-
#queue_count ⇒ Object
Returns the value of attribute queue_count.
-
#theme_source ⇒ Object
Returns the value of attribute theme_source.
-
#title ⇒ Object
Returns the value of attribute title.
-
#twitter_enabled ⇒ Object
Returns the value of attribute twitter_enabled.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from ClassFactory
Constructor Details
This class inherits a constructor from Ppds::ClassFactory
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def avatar_url @avatar_url end |
#backup_post_limit ⇒ Object
Returns the value of attribute backup_post_limit.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def backup_post_limit @backup_post_limit end |
#custom_css ⇒ Object
Returns the value of attribute custom_css.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def custom_css @custom_css end |
#description ⇒ Object
Returns the value of attribute description.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def description @description end |
#draft_count ⇒ Object
Returns the value of attribute draft_count.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def draft_count @draft_count end |
#followers ⇒ Object
Returns the value of attribute followers.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def followers @followers end |
#is_admin ⇒ Object
Returns the value of attribute is_admin.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def is_admin @is_admin end |
#is_primary ⇒ Object
Returns the value of attribute is_primary.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def is_primary @is_primary end |
#messages_count ⇒ Object
Returns the value of attribute messages_count.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def @messages_count end |
#name ⇒ Object
Returns the value of attribute name.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def name @name end |
#posts ⇒ Object
Returns the value of attribute posts.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def posts @posts end |
#private_id ⇒ Object
Returns the value of attribute private_id.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def private_id @private_id end |
#queue_count ⇒ Object
Returns the value of attribute queue_count.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def queue_count @queue_count end |
#theme_source ⇒ Object
Returns the value of attribute theme_source.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def theme_source @theme_source end |
#title ⇒ Object
Returns the value of attribute title.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def title @title end |
#twitter_enabled ⇒ Object
Returns the value of attribute twitter_enabled.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def twitter_enabled @twitter_enabled end |
#type ⇒ Object
Returns the value of attribute type.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
22 23 24 |
# File 'lib/ppds/tumblr.rb', line 22 def url @url end |