class Urbanairship::Devices::ChannelList

Public Class Methods

new(client: required('client')) click to toggle source
Calls superclass method Urbanairship::Common::PageIterator::new
# File lib/urbanairship/devices/devicelist.rb, line 47
def initialize(client: required('client'))
  super(client: client)
  @next_page_path = channel_path
  @data_attribute = 'channels'
end