class IMS::LTI::Models::MembershipService::Page
Attributes
context[R]
differences[R]
id[R]
next_page[R]
page_of[R]
type[R]
Public Class Methods
new(opts={})
click to toggle source
# File lib/ims/lti/models/membership_service/page.rb, line 7 def initialize(opts={}) @id = opts[:id] @type = 'Page' @context = 'http://purl.imsglobal.org/ctx/lis/v2/MembershipContainer' @differences = opts[:differences] @page_of = opts[:page_of] @next_page = opts[:next_page] end