class Urbanairship::Devices::DeviceTokenList
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 78 def initialize(client: required('client')) super(client: client) @next_page_path = device_token_path @data_attribute = 'device_tokens' end