class Urbanairship::Devices::StaticLists

Public Class Methods

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