class CanvasCc::CanvasCC::Models::CanvasFolder

Constants

WEB_RESOURCES

Attributes

folder_location[RW]
hidden[RW]
locked[RW]

Public Class Methods

new() click to toggle source
# File lib/canvas_cc/canvas_cc/models/canvas_folder.rb, line 8
def initialize
  super
  @type = WEB_CONTENT_TYPE
end