Skip to content
Snippets Groups Projects
learning_object_publisher.rb 101 B
Newer Older
class LearningObjectPublisher

  def initialize(dspace_client)
    @dspace = dspace_client
  end

end