Class: BrickFTP::Types::FolderContentsCount
- Inherits:
-
Struct
- Object
- Struct
- BrickFTP::Types::FolderContentsCount
- 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
-
#files ⇒ Object
Returns the value of attribute files.
-
#folders ⇒ Object
Returns the value of attribute folders.
-
#total ⇒ Object
Returns the value of attribute total.
Method Summary
Methods included from IgnoreUndefinedAttributes
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
16 17 18 |
# File 'lib/brick_ftp/types/folder_contents_count.rb', line 16 def files @files end |
#folders ⇒ Object
Returns the value of attribute folders
16 17 18 |
# File 'lib/brick_ftp/types/folder_contents_count.rb', line 16 def folders @folders end |
#total ⇒ Object
Returns the value of attribute total
16 17 18 |
# File 'lib/brick_ftp/types/folder_contents_count.rb', line 16 def total @total end |