Sha256: 9f7c3cc3c3df9264a86861bccf86551a12f26268294a35de55975fb133d0b488
Contents?: true
Size: 375 Bytes
Versions: 59
Compression:
Stored size: 375 Bytes
Contents
module FbGraph module Connections module Television def television(options = {}) television = self.connection :television, options television.map! do |_television_| Page.new _television_[:id], _television_.merge( :access_token => options[:access_token] || self.access_token ) end end end end end
Version data entries
59 entries across 59 versions & 1 rubygems