Class: Pandarus::CourseEventLink
- Defined in:
- lib/pandarus/models/course_event_link.rb
Instance Attribute Summary collapse
-
#copied_from ⇒ Object
Returns the value of attribute copied_from.
-
#copied_to ⇒ Object
Returns the value of attribute copied_to.
-
#course ⇒ Object
Returns the value of attribute course.
-
#page_view ⇒ Object
Returns the value of attribute page_view.
-
#sis_batch ⇒ Object
Returns the value of attribute sis_batch.
-
#user ⇒ Object
Returns the value of attribute user.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #to_hash, #vivify
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#copied_from ⇒ Object
Returns the value of attribute copied_from.
6 7 8 |
# File 'lib/pandarus/models/course_event_link.rb', line 6 def copied_from @copied_from end |
#copied_to ⇒ Object
Returns the value of attribute copied_to.
6 7 8 |
# File 'lib/pandarus/models/course_event_link.rb', line 6 def copied_to @copied_to end |
#course ⇒ Object
Returns the value of attribute course.
6 7 8 |
# File 'lib/pandarus/models/course_event_link.rb', line 6 def course @course end |
#page_view ⇒ Object
Returns the value of attribute page_view.
6 7 8 |
# File 'lib/pandarus/models/course_event_link.rb', line 6 def page_view @page_view end |
#sis_batch ⇒ Object
Returns the value of attribute sis_batch.
6 7 8 |
# File 'lib/pandarus/models/course_event_link.rb', line 6 def sis_batch @sis_batch end |
#user ⇒ Object
Returns the value of attribute user.
6 7 8 |
# File 'lib/pandarus/models/course_event_link.rb', line 6 def user @user end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/pandarus/models/course_event_link.rb', line 9 def self.attribute_map { :course => {:external => "course", :container => false, :type => "Integer"}, :user => {:external => "user", :container => false, :type => "Integer"}, :page_view => {:external => "page_view", :container => false, :type => "String"}, :copied_from => {:external => "copied_from", :container => false, :type => "Integer"}, :copied_to => {:external => "copied_to", :container => false, :type => "Integer"}, :sis_batch => {:external => "sis_batch", :container => false, :type => "Integer"} } end |