Class: Pandarus::CourseEventLink

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/course_event_link.rb

Instance Attribute Summary collapse

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_fromObject

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_toObject

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

#courseObject

Returns the value of attribute course.



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

def course
  @course
end

#page_viewObject

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_batchObject

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

#userObject

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_mapObject



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