Class: Pandarus::AssignmentOverride

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/pandarus/models/assignment_override.rb

Instance Attribute Summary collapse

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_dayObject

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_dateObject

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_idObject

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_idObject

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_atObject

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_idObject

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

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#lock_atObject

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_idsObject

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

#titleObject

Returns the value of attribute title.



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

def title
  @title
end

#unlock_atObject

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_mapObject



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