Class: BrickFTP::Types::FolderContentsCount

Inherits:
Struct
  • Object
show all
Includes:
IgnoreUndefinedAttributes
Defined in:
lib/brick_ftp/types/folder_contents_count.rb

Overview

ATTRIBUTE TYPE DESCRIPTION
total integer undocumented
files integer undocumented
folders integer undocumented

Instance Attribute Summary collapse

Method Summary

Methods included from IgnoreUndefinedAttributes

#initialize

Instance Attribute Details

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



16
17
18
# File 'lib/brick_ftp/types/folder_contents_count.rb', line 16

def files
  @files
end

#foldersObject

Returns the value of attribute folders

Returns:

  • (Object)

    the current value of folders



16
17
18
# File 'lib/brick_ftp/types/folder_contents_count.rb', line 16

def folders
  @folders
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



16
17
18
# File 'lib/brick_ftp/types/folder_contents_count.rb', line 16

def total
  @total
end