Class: Assessment::TransferRepoAttribute

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/model/assessment.rb

Overview

Represents a repository-scoped attribute that we’re going to try to find a match for in the target repository when transferring or cloning an assessment.

Instance Attribute Summary collapse

Instance Attribute Details

#definition_idObject

Returns the value of attribute definition_id

Returns:

  • (Object)

    the current value of definition_id



48
49
50
# File 'backend/app/model/assessment.rb', line 48

def definition_id
  @definition_id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



48
49
50
# File 'backend/app/model/assessment.rb', line 48

def label
  @label
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



48
49
50
# File 'backend/app/model/assessment.rb', line 48

def note
  @note
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



48
49
50
# File 'backend/app/model/assessment.rb', line 48

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



48
49
50
# File 'backend/app/model/assessment.rb', line 48

def value
  @value
end