class OneRoster::Types::Term
Attributes
end_date[R]
name[R]
start_date[R]
uid[R]
Public Class Methods
new(attributes = {}, *)
click to toggle source
# File lib/types/term.rb, line 11 def initialize(attributes = {}, *) @uid = attributes['sourcedId'] @name = attributes['title'] @start_date = attributes['startDate'] @end_date = attributes['endDate'] end