Method: Facebooker::Attachment#add_media

Defined in:
lib/facebooker/attachment.rb

#add_media(hash) ⇒ Object



20
21
22
23
# File 'lib/facebooker/attachment.rb', line 20

def add_media(hash)
  @storage[:media]||=[]
  @storage[:media] << hash
end