Method: Xing::Post#image
- Defined in:
- lib/xing/post.rb
#image ⇒ Object
Returns String.
35 36 37 38 39 |
# File 'lib/xing/post.rb', line 35 def image if @activities.first && @activities.first.type == "bookmark" @image ||= @activities.first.image end end |