Class: Pandarus::RubricRating

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/rubric_rating.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/pandarus/models/rubric_rating.rb', line 6

def description
  @description
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/pandarus/models/rubric_rating.rb', line 6

def id
  @id
end

#pointsObject

Returns the value of attribute points.



6
7
8
# File 'lib/pandarus/models/rubric_rating.rb', line 6

def points
  @points
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
# File 'lib/pandarus/models/rubric_rating.rb', line 9

def self.attribute_map
  {
    :points => {:external => "points", :container => false, :type => "Integer"},
    :id => {:external => "id", :container => false, :type => "String"},
    :description => {:external => "description", :container => false, :type => "String"}

  }
end