Class: Pandarus::AssignmentOverride
- Defined in:
- lib/pandarus/models/assignment_override.rb
Instance Attribute Summary collapse
-
#all_day ⇒ Object
Returns the value of attribute all_day.
-
#all_day_date ⇒ Object
Returns the value of attribute all_day_date.
-
#assignment_id ⇒ Object
Returns the value of attribute assignment_id.
-
#course_section_id ⇒ Object
Returns the value of attribute course_section_id.
-
#due_at ⇒ Object
Returns the value of attribute due_at.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lock_at ⇒ Object
Returns the value of attribute lock_at.
-
#student_ids ⇒ Object
Returns the value of attribute student_ids.
-
#title ⇒ Object
Returns the value of attribute title.
-
#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
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#all_day ⇒ Object
Returns the value of attribute all_day.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def all_day @all_day end |
#all_day_date ⇒ Object
Returns the value of attribute all_day_date.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def all_day_date @all_day_date end |
#assignment_id ⇒ Object
Returns the value of attribute assignment_id.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def assignment_id @assignment_id end |
#course_section_id ⇒ Object
Returns the value of attribute course_section_id.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def course_section_id @course_section_id end |
#due_at ⇒ Object
Returns the value of attribute due_at.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def due_at @due_at end |
#group_id ⇒ Object
Returns the value of attribute group_id.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def group_id @group_id end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def id @id end |
#lock_at ⇒ Object
Returns the value of attribute lock_at.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def lock_at @lock_at end |
#student_ids ⇒ Object
Returns the value of attribute student_ids.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def student_ids @student_ids end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.rb', line 6 def title @title end |
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
6 7 8 |
# File 'lib/pandarus/models/assignment_override.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 21 22 23 24 |
# File 'lib/pandarus/models/assignment_override.rb', line 9 def self.attribute_map { :id => {:external => "id", :container => false, :type => nil}, :assignment_id => {:external => "assignment_id", :container => false, :type => nil}, :student_ids => {:external => "student_ids", :container => false, :type => nil}, :group_id => {:external => "group_id", :container => false, :type => nil}, :course_section_id => {:external => "course_section_id", :container => false, :type => nil}, :title => {:external => "title", :container => false, :type => nil}, :due_at => {:external => "due_at", :container => false, :type => nil}, :all_day => {:external => "all_day", :container => false, :type => nil}, :all_day_date => {:external => "all_day_date", :container => false, :type => "Date"}, :unlock_at => {:external => "unlock_at", :container => false, :type => nil}, :lock_at => {:external => "lock_at", :container => false, :type => nil} } end |