Class: Rumblr::AudioPost
Constant Summary
Constants inherited from Post
Instance Attribute Summary collapse
-
#caption ⇒ Object
Returns the value of attribute caption.
-
#data ⇒ Object
Returns the value of attribute data.
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
Constructor Details
This class inherits a constructor from Rumblr::Post
Instance Attribute Details
#caption ⇒ Object
Returns the value of attribute caption.
94 95 96 |
# File 'lib/rumblr/post.rb', line 94 def @caption end |
#data ⇒ Object
Returns the value of attribute data.
94 95 96 |
# File 'lib/rumblr/post.rb', line 94 def data @data end |
Instance Method Details
#attribute_hash ⇒ Object
96 97 98 |
# File 'lib/rumblr/post.rb', line 96 def attribute_hash super.merge(:data => data, :caption => ) end |