Class: HighLevel::Models::Medias::FolderDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/medias/folder_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def alt_type
  @alt_type
end

#app_folderObject (readonly)

Returns the value of attribute app_folder

Returns:

  • (Object)

    the current value of app_folder



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def app_folder
  @app_folder
end

#categoryObject (readonly)

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def category
  @category
end

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def deleted
  @deleted
end

#is_essentialObject (readonly)

Returns the value of attribute is_essential

Returns:

  • (Object)

    the current value of is_essential



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def is_essential
  @is_essential
end

#is_privateObject (readonly)

Returns the value of attribute is_private

Returns:

  • (Object)

    the current value of is_private



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def is_private
  @is_private
end

#last_updated_byObject (readonly)

Returns the value of attribute last_updated_by

Returns:

  • (Object)

    the current value of 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_completedObject (readonly)

Returns the value of attribute migration_completed

Returns:

  • (Object)

    the current value of migration_completed



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def migration_completed
  @migration_completed
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def name
  @name
end

#parent_idObject (readonly)

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def parent_id
  @parent_id
end

#pending_uploadObject (readonly)

Returns the value of attribute pending_upload

Returns:

  • (Object)

    the current value of pending_upload



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def pending_upload
  @pending_upload
end

#relocated_folderObject (readonly)

Returns the value of attribute relocated_folder

Returns:

  • (Object)

    the current value of relocated_folder



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def relocated_folder
  @relocated_folder
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def status
  @status
end

#sub_categoryObject (readonly)

Returns the value of attribute sub_category

Returns:

  • (Object)

    the current value of sub_category



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def sub_category
  @sub_category
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/medias/folder_dto.rb', line 9

def type
  @type
end