Class: CanvasCc::CanvasCC::Models::Rating

Inherits:
Object
  • Object
show all
Defined in:
lib/canvas_cc/canvas_cc/models/rating.rb

Instance Attribute Summary collapse

Instance Attribute Details

#criterion_idObject

Returns the value of attribute criterion_id.



3
4
5
# File 'lib/canvas_cc/canvas_cc/models/rating.rb', line 3

def criterion_id
  @criterion_id
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/canvas_cc/canvas_cc/models/rating.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/canvas_cc/canvas_cc/models/rating.rb', line 3

def id
  @id
end

#long_descriptionObject

Returns the value of attribute long_description.



3
4
5
# File 'lib/canvas_cc/canvas_cc/models/rating.rb', line 3

def long_description
  @long_description
end

#pointsObject

Returns the value of attribute points.



3
4
5
# File 'lib/canvas_cc/canvas_cc/models/rating.rb', line 3

def points
  @points
end