Class: CommonCartridge::Elements::Resources::Assignment
- Inherits:
-
Object
- Object
- CommonCartridge::Elements::Resources::Assignment
- Includes:
- SAXMachine
- Defined in:
- lib/common_cartridge/elements/resources/assignment.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#points_possible ⇒ Object
Returns the value of attribute points_possible.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier.
33 34 35 |
# File 'lib/common_cartridge/elements/resources/assignment.rb', line 33 def identifier @identifier end |
#points_possible ⇒ Object
Returns the value of attribute points_possible.
33 34 35 |
# File 'lib/common_cartridge/elements/resources/assignment.rb', line 33 def points_possible @points_possible end |
Class Method Details
.pattern ⇒ Object
53 54 55 |
# File 'lib/common_cartridge/elements/resources/assignment.rb', line 53 def self.pattern /assignment|associatedcontent\/imscc_xmlv1p1\/learning\-application\-resource/ end |
.type ⇒ Object
49 50 51 |
# File 'lib/common_cartridge/elements/resources/assignment.rb', line 49 def self.type :assignment end |
Instance Method Details
#attachments ⇒ Object
45 46 47 |
# File 'lib/common_cartridge/elements/resources/assignment.rb', line 45 def . end |