Class: BrickFTP::RESTfulAPI::ListFolders::Params

Inherits:
Struct
  • Object
show all
Defined in:
lib/brick_ftp/restful_api/list_folders.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



27
28
29
# File 'lib/brick_ftp/restful_api/list_folders.rb', line 27

def page
  @page
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



27
28
29
# File 'lib/brick_ftp/restful_api/list_folders.rb', line 27

def per_page
  @per_page
end

#searchObject

Returns the value of attribute search

Returns:

  • (Object)

    the current value of search



27
28
29
# File 'lib/brick_ftp/restful_api/list_folders.rb', line 27

def search
  @search
end