Class: Rumblr::QuotePost

Inherits:
Post show all
Defined in:
lib/rumblr/post.rb

Constant Summary

Constants inherited from Post

Post::TYPES

Instance Attribute Summary collapse

Attributes inherited from Post

#date, #date_gmt, #id, #private, #tags, #tumblelog, #type, #unix_timestamp, #url

Instance Method Summary collapse

Methods inherited from Post

#initialize, #private?, #public?

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Rumblr::Post

Instance Attribute Details

#quoteObject

Returns the value of attribute quote.



58
59
60
# File 'lib/rumblr/post.rb', line 58

def quote
  @quote
end

#sourceObject

Returns the value of attribute source.



58
59
60
# File 'lib/rumblr/post.rb', line 58

def source
  @source
end

Instance Method Details

#attribute_hashObject



60
61
62
# File 'lib/rumblr/post.rb', line 60

def attribute_hash
  super.merge(:quote => quote, :source => source)
end