Class: Superset::Security::PermissionsResources::List

Inherits:
Request
  • Object
show all
Defined in:
lib/superset/security/permissions_resources/list.rb

Constant Summary

Constants inherited from Request

Request::DEFAULT_PAGE_SIZE

Instance Attribute Summary

Attributes inherited from Request

#page_num, #page_size

Instance Method Summary collapse

Methods inherited from Request

call, #query_params, #response, #result, #superset_host

Methods included from Display

#ids, #list, #result, #rows, #table, #title, #to_h

Constructor Details

#initialize(**kwargs) ⇒ List

Returns a new instance of List.



6
7
8
# File 'lib/superset/security/permissions_resources/list.rb', line 6

def initialize(**kwargs)
  super(**kwargs)
end