Class: Ppds::Blog

Inherits:
ClassFactory show all
Defined in:
lib/ppds/tumblr.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ClassFactory

#get, #initialize, #set

Constructor Details

This class inherits a constructor from Ppds::ClassFactory

Instance Attribute Details

#avatar_urlObject

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_limitObject

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_cssObject

Returns the value of attribute custom_css.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def custom_css
  @custom_css
end

#descriptionObject

Returns the value of attribute description.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def description
  @description
end

#draft_countObject

Returns the value of attribute draft_count.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def draft_count
  @draft_count
end

#followersObject

Returns the value of attribute followers.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def followers
  @followers
end

#is_adminObject

Returns the value of attribute is_admin.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def is_admin
  @is_admin
end

#is_primaryObject

Returns the value of attribute is_primary.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def is_primary
  @is_primary
end

#messages_countObject

Returns the value of attribute messages_count.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def messages_count
  @messages_count
end

#nameObject

Returns the value of attribute name.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def name
  @name
end

#postsObject

Returns the value of attribute posts.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def posts
  @posts
end

#private_idObject

Returns the value of attribute private_id.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def private_id
  @private_id
end

#queue_countObject

Returns the value of attribute queue_count.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def queue_count
  @queue_count
end

#theme_sourceObject

Returns the value of attribute theme_source.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def theme_source
  @theme_source
end

#titleObject

Returns the value of attribute title.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def title
  @title
end

#twitter_enabledObject

Returns the value of attribute twitter_enabled.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def twitter_enabled
  @twitter_enabled
end

#typeObject

Returns the value of attribute type.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def type
  @type
end

#urlObject

Returns the value of attribute url.



22
23
24
# File 'lib/ppds/tumblr.rb', line 22

def url
  @url
end