Module: GSGraph::Connections::Television
- Included in:
- User
- Defined in:
- lib/gs_graph/connections/television.rb
Instance Method Summary collapse
Instance Method Details
#television(options = {}) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/gs_graph/connections/television.rb', line 4 def television( = {}) television = self.connection :television, television.map! do |_television_| Page.new _television_[:id], _television_.merge( :access_token => [:access_token] || self.access_token ) end end |