Class: Pandarus::ContentDetails
- Defined in:
- lib/pandarus/models/content_details.rb
Instance Attribute Summary collapse
-
#due_at ⇒ Object
Returns the value of attribute due_at.
-
#lock_at ⇒ Object
Returns the value of attribute lock_at.
-
#lock_explanation ⇒ Object
Returns the value of attribute lock_explanation.
-
#lock_info ⇒ Object
Returns the value of attribute lock_info.
-
#locked_for_user ⇒ Object
Returns the value of attribute locked_for_user.
-
#points_possible ⇒ Object
Returns the value of attribute points_possible.
-
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
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
#due_at ⇒ Object
Returns the value of attribute due_at.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def due_at @due_at end |
#lock_at ⇒ Object
Returns the value of attribute lock_at.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def lock_at @lock_at end |
#lock_explanation ⇒ Object
Returns the value of attribute lock_explanation.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def lock_explanation @lock_explanation end |
#lock_info ⇒ Object
Returns the value of attribute lock_info.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def lock_info @lock_info end |
#locked_for_user ⇒ Object
Returns the value of attribute locked_for_user.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def locked_for_user @locked_for_user end |
#points_possible ⇒ Object
Returns the value of attribute points_possible.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def points_possible @points_possible end |
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
6 7 8 |
# File 'lib/pandarus/models/content_details.rb', line 6 def unlock_at @unlock_at end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/pandarus/models/content_details.rb', line 9 def self.attribute_map { :points_possible => {:external => "points_possible", :container => false, :type => "Integer"}, :due_at => {:external => "due_at", :container => false, :type => "DateTime"}, :unlock_at => {:external => "unlock_at", :container => false, :type => "DateTime"}, :lock_at => {:external => "lock_at", :container => false, :type => "DateTime"}, :locked_for_user => {:external => "locked_for_user", :container => false, :type => nil}, :lock_explanation => {:external => "lock_explanation", :container => false, :type => "String"}, :lock_info => {:external => "lock_info", :container => false, :type => "LockInfo"} } end |