class IMS::LTI::Models::RestServiceProfile

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method IMS::LTI::Models::LTIModel::new
# File lib/ims/lti/models/rest_service_profile.rb, line 6
def initialize(attributes = {})
  @type = "RestServiceProfile"
  super(attributes)
end

Public Instance Methods

actions() click to toggle source
# File lib/ims/lti/models/rest_service_profile.rb, line 11
def actions
  [*action]
end