Class: HighLevel::Models::Medias::FolderDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Medias::FolderDTO
- Defined in:
- lib/high_level/models/medias/folder_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#app_folder ⇒ Object
readonly
Returns the value of attribute app_folder.
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#is_essential ⇒ Object
readonly
Returns the value of attribute is_essential.
-
#is_private ⇒ Object
readonly
Returns the value of attribute is_private.
-
#last_updated_by ⇒ Object
readonly
Returns the value of attribute last_updated_by.
-
#migration_completed ⇒ Object
readonly
Returns the value of attribute migration_completed.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent_id ⇒ Object
readonly
Returns the value of attribute parent_id.
-
#pending_upload ⇒ Object
readonly
Returns the value of attribute pending_upload.
-
#relocated_folder ⇒ Object
readonly
Returns the value of attribute relocated_folder.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#sub_category ⇒ Object
readonly
Returns the value of attribute sub_category.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def alt_type @alt_type end |
#app_folder ⇒ Object (readonly)
Returns the value of attribute app_folder
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def app_folder @app_folder end |
#category ⇒ Object (readonly)
Returns the value of attribute category
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def category @category end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def deleted @deleted end |
#is_essential ⇒ Object (readonly)
Returns the value of attribute is_essential
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def is_essential @is_essential end |
#is_private ⇒ Object (readonly)
Returns the value of attribute is_private
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def is_private @is_private end |
#last_updated_by ⇒ Object (readonly)
Returns the value of attribute last_updated_by
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def last_updated_by @last_updated_by end |
#migration_completed ⇒ Object (readonly)
Returns the value of attribute migration_completed
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def migration_completed @migration_completed end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def name @name end |
#parent_id ⇒ Object (readonly)
Returns the value of attribute parent_id
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def parent_id @parent_id end |
#pending_upload ⇒ Object (readonly)
Returns the value of attribute pending_upload
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def pending_upload @pending_upload end |
#relocated_folder ⇒ Object (readonly)
Returns the value of attribute relocated_folder
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def relocated_folder @relocated_folder end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def status @status end |
#sub_category ⇒ Object (readonly)
Returns the value of attribute sub_category
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def sub_category @sub_category end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/medias/folder_dto.rb', line 9 def type @type end |