Sha256: 9dc4e7681fbe999ba80262efd0ea57e41aeb0c904417dca1ccf88076cf2ed45c
Contents?: true
Size: 247 Bytes
Versions: 74
Compression:
Stored size: 247 Bytes
Contents
module FbGraph module Connections module Picture def picture(size = nil) _endpoint_ = "#{self.endpoint}/picture" if size _endpoint_ += "?type=#{size}" end _endpoint_ end end end end
Version data entries
74 entries across 74 versions & 1 rubygems