Class: Pandarus::Folder
- Defined in:
- lib/pandarus/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.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#context_id ⇒ Object
Returns the value of attribute context_id.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def context_id @context_id end |
#context_type ⇒ Object
Returns the value of attribute context_type.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def context_type @context_type end |
#created_at ⇒ Object
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def created_at @created_at end |
#files_count ⇒ Object
Returns the value of attribute files_count.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def files_count @files_count end |
#files_url ⇒ Object
Returns the value of attribute files_url.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def files_url @files_url end |
#folders_count ⇒ Object
Returns the value of attribute folders_count.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def folders_count @folders_count end |
#folders_url ⇒ Object
Returns the value of attribute folders_url.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def folders_url @folders_url end |
#full_name ⇒ Object
Returns the value of attribute full_name.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def full_name @full_name end |
#hidden ⇒ Object
Returns the value of attribute hidden.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def hidden @hidden end |
#hidden_for_user ⇒ Object
Returns the value of attribute hidden_for_user.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def hidden_for_user @hidden_for_user end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def id @id end |
#lock_at ⇒ Object
Returns the value of attribute lock_at.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def lock_at @lock_at end |
#locked ⇒ Object
Returns the value of attribute locked.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def locked @locked end |
#locked_for_user ⇒ Object
Returns the value of attribute locked_for_user.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def locked_for_user @locked_for_user end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def name @name end |
#parent_folder_id ⇒ Object
Returns the value of attribute parent_folder_id.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def parent_folder_id @parent_folder_id end |
#position ⇒ Object
Returns the value of attribute position.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def position @position end |
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def unlock_at @unlock_at end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
6 7 8 |
# File 'lib/pandarus/models/folder.rb', line 6 def updated_at @updated_at end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# File 'lib/pandarus/models/folder.rb', line 9 def self.attribute_map { :context_type => {:external => "context_type", :container => false, :type => nil}, :context_id => {:external => "context_id", :container => false, :type => nil}, :files_count => {:external => "files_count", :container => false, :type => nil}, :position => {:external => "position", :container => false, :type => nil}, :updated_at => {:external => "updated_at", :container => false, :type => "Date"}, :folders_url => {:external => "folders_url", :container => false, :type => nil}, :files_url => {:external => "files_url", :container => false, :type => nil}, :full_name => {:external => "full_name", :container => false, :type => nil}, :lock_at => {:external => "lock_at", :container => false, :type => nil}, :id => {:external => "id", :container => false, :type => nil}, :folders_count => {:external => "folders_count", :container => false, :type => nil}, :name => {:external => "name", :container => false, :type => nil}, :parent_folder_id => {:external => "parent_folder_id", :container => false, :type => nil}, :created_at => {:external => "created_at", :container => false, :type => "Date"}, :unlock_at => {:external => "unlock_at", :container => false, :type => nil}, :hidden => {:external => "hidden", :container => false, :type => nil}, :hidden_for_user => {:external => "hidden_for_user", :container => false, :type => nil}, :locked => {:external => "locked", :container => false, :type => nil}, :locked_for_user => {:external => "locked_for_user", :container => false, :type => nil} } end |