Class: Canvas::Models::Folder
- Defined in:
- app/models/canvas/models/folder.rb
Instance Attribute Summary collapse
-
#context_id ⇒ Object
Returns the value of attribute context_id.
-
#context_type ⇒ Object
Returns the value of attribute context_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#files_count ⇒ Object
Returns the value of attribute files_count.
-
#files_url ⇒ Object
Returns the value of attribute files_url.
-
#folders_count ⇒ Object
Returns the value of attribute folders_count.
-
#folders_url ⇒ Object
Returns the value of attribute folders_url.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#hidden_for_user ⇒ Object
Returns the value of attribute hidden_for_user.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lock_at ⇒ Object
Returns the value of attribute lock_at.
-
#locked ⇒ Object
Returns the value of attribute locked.
-
#locked_for_user ⇒ Object
Returns the value of attribute locked_for_user.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_folder_id ⇒ Object
Returns the value of attribute parent_folder_id.
-
#position ⇒ Object
Returns the value of attribute position.
-
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from BaseModel
#==, #after_initialize, #initialize
Constructor Details
This class inherits a constructor from Canvas::Models::BaseModel
Instance Attribute Details
#context_id ⇒ Object
Returns the value of attribute context_id.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def context_id @context_id end |
#context_type ⇒ Object
Returns the value of attribute context_type.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def context_type @context_type end |
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def created_at @created_at end |
#files_count ⇒ Object
Returns the value of attribute files_count.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def files_count @files_count end |
#files_url ⇒ Object
Returns the value of attribute files_url.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def files_url @files_url end |
#folders_count ⇒ Object
Returns the value of attribute folders_count.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def folders_count @folders_count end |
#folders_url ⇒ Object
Returns the value of attribute folders_url.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def folders_url @folders_url end |
#full_name ⇒ Object
Returns the value of attribute full_name.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def full_name @full_name end |
#hidden ⇒ Object
Returns the value of attribute hidden.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def hidden @hidden end |
#hidden_for_user ⇒ Object
Returns the value of attribute hidden_for_user.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def hidden_for_user @hidden_for_user end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def id @id end |
#lock_at ⇒ Object
Returns the value of attribute lock_at.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def lock_at @lock_at end |
#locked ⇒ Object
Returns the value of attribute locked.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def locked @locked end |
#locked_for_user ⇒ Object
Returns the value of attribute locked_for_user.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def locked_for_user @locked_for_user end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def name @name end |
#parent_folder_id ⇒ Object
Returns the value of attribute parent_folder_id.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def parent_folder_id @parent_folder_id end |
#position ⇒ Object
Returns the value of attribute position.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def position @position end |
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def unlock_at @unlock_at end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
3 4 5 |
# File 'app/models/canvas/models/folder.rb', line 3 def updated_at @updated_at end |