Method: Psapi::BroadcastHistory.all
- Defined in:
- lib/psapi/broadcast_history.rb
.all ⇒ Object
5 6 7 8 9 |
# File 'lib/psapi/broadcast_history.rb', line 5 def all getBroadcastHistory.map do |hist| BroadcastHistory.new(hist) end end |
5 6 7 8 9 |
# File 'lib/psapi/broadcast_history.rb', line 5 def all getBroadcastHistory.map do |hist| BroadcastHistory.new(hist) end end |